mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30: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
|
# 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";
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user