summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 09b9f81..9405636 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,22 +24,23 @@
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";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
+
+ procfile-nix = {
+ url = "github:getchoo/procfile-nix";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs = {parts, ...} @ inputs:
parts.lib.mkFlake {inherit inputs;} {
imports = [
inputs.pre-commit.flakeModule
- inputs.proc-flake.flakeModule
- inputs.flake-root.flakeModule
+ inputs.procfile-nix.flakeModule
./nix/ci.nix
./nix/deployment.nix