feat(flake): add self to specialArgs

This commit is contained in:
ooks-io 2024-05-05 22:51:41 +12:00
parent 19ceeb6f40
commit d6c7aafe6b

View file

@ -123,7 +123,7 @@
./system/hosts/ooksdesk
hm
];
specialArgs = { inherit inputs outputs; };
specialArgs = { inherit inputs outputs self; };
};
# GPD Micro-PC
ooksmicro = lib.nixosSystem {