nar-serve: use fixed v0.5.0

This commit is contained in:
Max Headroom 2021-12-11 16:00:09 +01:00
parent 87ac835148
commit 763206c701

View file

@ -18,7 +18,7 @@
agenix.url = "github:ryantm/agenix";
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";
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: