nar-serve: use fixed v0.5.0
This commit is contained in:
parent
87ac835148
commit
763206c701
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
nar-serve.url = "github:numtide/nar-serve";
|
nar-serve.url = "github:numtide/nar-serve/v0.5.0";
|
||||||
nar-serve.inputs.nixpkgs.follows = "nixpkgs";
|
nar-serve.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, home-manager, ... }@inputs:
|
outputs = { self, nixpkgs, home-manager, ... }@inputs:
|
||||||
|
|
Loading…
Reference in a new issue