test
This commit is contained in:
parent
46155dffef
commit
22f9e1124a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ self, nixpkgs-unstable, inputs, outputs, stateVersion, hmStateVersion , ... }: {
|
{ self, inputs, outputs, stateVersion, hmStateVersion , ... }: {
|
||||||
deploy = {
|
deploy = {
|
||||||
hostname,
|
hostname,
|
||||||
system ? "x86_64-linux",
|
system ? "x86_64-linux",
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
config.allowUnfree = unfree;
|
config.allowUnfree = unfree;
|
||||||
hostPlatform = system;
|
hostPlatform = system;
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = let
|
modules = let
|
||||||
unstable-pkgs = import inputs.nixpkgs-unstable {
|
unstable-pkgs = import inputs.nixpkgs-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
Loading…
Reference in a new issue