summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4e3f11c..4d6beb9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,6 +33,7 @@
channel = nixpkgsUnstable;
modules = [];
extraSpecialArgs = {
+ nixpkgsStable = nixpkgs;
standalone = true;
};
};
@@ -58,8 +59,8 @@
}
];
specialArgs = {
- nixpkgsStable = nixpkgs;
desktop = "gnome";
+ nixpkgsStable = nixpkgs;
standalone = false;
wsl = false;
};
@@ -86,6 +87,7 @@
];
specialArgs = {
desktop = "";
+ nixpkgsStable = nixpkgs;
standalone = false;
wsl = true;
};