summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index fcd5a72..0ab6932 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,11 +36,7 @@
specialArgs ? {},
pkgs ? nixpkgsUnstable,
}:
- forAllSystems (system:
- import ./users/seth {
- inherit pkgs specialArgs system user;
- nixpkgsStable = nixpkgs;
- });
+ forAllSystems (system: import ./users/seth {inherit pkgs specialArgs system user;});
in {
homeConfigurations = forAllSystems (system: {
inherit ((seth {}).${system}.hm) seth;
@@ -79,7 +75,6 @@
name = "glados-wsl";
specialArgs = {
desktop = "";
- nixpkgsStable = nixpkgs;
standalone = false;
wsl = true;
};