mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
ref2
This commit is contained in:
+3
-1
@@ -19,5 +19,7 @@
|
||||
};
|
||||
};
|
||||
# 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;
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
deploy-rs = {
|
||||
url = "github:serokell/deploy-rs";
|
||||
inputs = {
|
||||
@@ -32,7 +32,7 @@
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
flake-compat.url = "github:edolstra/flake-compat";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
# nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||
@@ -108,7 +108,7 @@
|
||||
let
|
||||
flakeContext = { inherit inputs; };
|
||||
in
|
||||
{
|
||||
{
|
||||
}
|
||||
// (import ./configurations flakeContext)
|
||||
// (import ./deploy.nix flakeContext)
|
||||
|
||||
Reference in New Issue
Block a user