summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-01 21:09:07 -0500
committerseth <[email protected]>2023-03-01 21:09:07 -0500
commitb76b50f277a9b7bda79438d22721bad7e4a6bd65 (patch)
treed1bc9351308de7d2a0d16fc40903662a9008630c /flake.nix
parent7f19591403b0bb4484d707418e399a7d0d6c9271 (diff)
unpin nvim-treesitter
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;
};