feat(flake): add self to specialArgs
This commit is contained in:
parent
19ceeb6f40
commit
d6c7aafe6b
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@
|
||||||
./system/hosts/ooksdesk
|
./system/hosts/ooksdesk
|
||||||
hm
|
hm
|
||||||
];
|
];
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = { inherit inputs outputs self; };
|
||||||
};
|
};
|
||||||
# GPD Micro-PC
|
# GPD Micro-PC
|
||||||
ooksmicro = lib.nixosSystem {
|
ooksmicro = lib.nixosSystem {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue