From b76b50f277a9b7bda79438d22721bad7e4a6bd65 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 1 Mar 2023 21:09:07 -0500 Subject: unpin nvim-treesitter --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'flake.nix') 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; }; -- cgit v1.2.3