Install hpack

This commit is contained in:
Alexander Kobjolke 2022-03-16 18:48:51 +01:00
parent e69177f0ed
commit 3b1d972780
3 changed files with 20 additions and 26 deletions

View file

@ -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;