update special args
This commit is contained in:
parent
1798068775
commit
35e18a0069
1 changed files with 1 additions and 3 deletions
|
@ -28,9 +28,7 @@
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
Skipper = nixpkgs.lib.nixosSystem rec {
|
Skipper = nixpkgs.lib.nixosSystem rec {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = inputs;
|
||||||
inherit devenv impermanence system;
|
|
||||||
};
|
|
||||||
modules = [
|
modules = [
|
||||||
./system/nix.nix
|
./system/nix.nix
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue