summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 1738cc2..b4ec346 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,6 +28,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ proc-flake.url = "github:srid/proc-flake";
+ flake-root.url = "github:srid/flake-root";
+
pre-commit = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
@@ -39,6 +42,8 @@
parts.lib.mkFlake {inherit inputs;} {
imports = [
inputs.pre-commit.flakeModule
+ inputs.proc-flake.flakeModule
+ inputs.flake-root.flakeModule
./parts/deployment.nix
./parts/dev.nix