Install hpack
This commit is contained in:
parent
e69177f0ed
commit
3b1d972780
3 changed files with 20 additions and 26 deletions
|
|
@ -16,7 +16,10 @@
|
|||
};
|
||||
|
||||
# age for nix to store encrypted passwords conveniently
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
agenix ={
|
||||
url = "github:ryantm/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = { self, hm, nixpkgs, agenix, ... }@inputs: {
|
||||
inherit self inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue