summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-24 01:27:36 -0400
committerseth <[email protected]>2023-05-24 01:27:36 -0400
commit5ee273a60e8b6c7aa24d23e61265a280984c3883 (patch)
tree1ac80f8429c180461e2a5e2fb4cd54cc60ac6451 /flake.nix
parent66031a99ab95c262abf559a9a324cb094f669fc9 (diff)
p-body: use hydra from upstream flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 813d9cb..10a0bda 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};