This commit is contained in:
2025-10-31 11:22:46 +03:00
parent 031e7a8013
commit be57ed59cd
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -19,5 +19,7 @@
}; };
}; };
# This is highly advised, and will prevent many possible mistakes # This is highly advised, and will prevent many possible mistakes
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; checks = builtins.mapAttrs (
system: deployLib: deployLib.deployChecks inputs.self.deploy
) inputs.deploy-rs.lib;
} }
+3 -3
View File
@@ -24,7 +24,7 @@
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
}; };
}; };
deploy-rs = { deploy-rs = {
url = "github:serokell/deploy-rs"; url = "github:serokell/deploy-rs";
inputs = { inputs = {
@@ -32,7 +32,7 @@
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
}; };
}; };
flake-compat.url = "github:edolstra/flake-compat"; flake-compat.url = "github:edolstra/flake-compat";
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; # nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
@@ -108,7 +108,7 @@
let let
flakeContext = { inherit inputs; }; flakeContext = { inherit inputs; };
in in
{ {
} }
// (import ./configurations flakeContext) // (import ./configurations flakeContext)
// (import ./deploy.nix flakeContext) // (import ./deploy.nix flakeContext)