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 = {
|
||||
hostname,
|
||||
system ? "x86_64-linux",
|
||||
|
@ -51,7 +51,7 @@
|
|||
config.allowUnfree = unfree;
|
||||
hostPlatform = system;
|
||||
};
|
||||
|
||||
|
||||
modules = let
|
||||
unstable-pkgs = import inputs.nixpkgs-unstable {
|
||||
inherit system;
|
||||
|
|
Loading…
Reference in a new issue