summaryrefslogtreecommitdiff
path: root/users/seth/default.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 /users/seth/default.nix
parent7f19591403b0bb4484d707418e399a7d0d6c9271 (diff)
unpin nvim-treesitter
Diffstat (limited to 'users/seth/default.nix')
-rw-r--r--users/seth/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/seth/default.nix b/users/seth/default.nix
index 140eac8..c3241d0 100644
--- a/users/seth/default.nix
+++ b/users/seth/default.nix
@@ -3,7 +3,6 @@
specialArgs,
user,
system ? "x86_64-linux",
- nixpkgsStable,
}: let
common = {
username = "seth";
@@ -16,7 +15,6 @@ in
inherit system;
channel = pkgs;
extraSpecialArgs = {
- inherit nixpkgsStable;
standalone = true;
desktop = "";
};