parent
63c0768830
commit
5912f4ff19
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
inherit (self) outputs;
|
||||
stateVersion = "unstable";
|
||||
hmStateVersion = "23.11";
|
||||
libx = import ./lib { inherit inputs outputs stateVersion hmStateVersion; };
|
||||
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
# Virtual
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, outputs, stateVersion, hmStateVersion, ... }: {
|
||||
{ self, inputs, outputs, stateVersion, hmStateVersion, ... }: {
|
||||
|
||||
deploy = {
|
||||
hostname,
|
||||
|
|
Loading…
Reference in a new issue