From 25389ac81e13dac8dce258f49dddec7a3b70537c Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 13 Feb 2024 02:01:24 -0500 Subject: nix: proc-flake -> procfile-nix --- flake.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'flake.nix') 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 -- cgit v1.2.3