diff options
| author | seth <[email protected]> | 2023-05-24 01:27:36 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-24 01:27:36 -0400 |
| commit | 5ee273a60e8b6c7aa24d23e61265a280984c3883 (patch) | |
| tree | 1ac80f8429c180461e2a5e2fb4cd54cc60ac6451 /flake.nix | |
| parent | 66031a99ab95c262abf559a9a324cb094f669fc9 (diff) | |
p-body: use hydra from upstream flake
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,7 @@ getchoo = { url = "github:getchoo/nix-exprs"; + inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-compat.follows = "flake-compat"; }; @@ -45,9 +46,13 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + hydra.url = "github:nixos/hydra"; + lanzaboote = { url = "github:nix-community/lanzaboote"; + inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-compat.follows = "flake-compat"; + inputs.flake-parts.follows = "flake-parts"; inputs.flake-utils.follows = "flake-utils"; inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks"; }; |
