From d93cb11e2fab265c5dc015c3a3091f6dc56fcc67 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Sun, 10 Dec 2023 23:53:19 +0100 Subject: [PATCH] Make bootstrapping devshell work --- flake.nix | 2 +- home/features/cli/fish/default.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8f3359e..b659083 100644 --- a/flake.nix +++ b/flake.nix @@ -155,7 +155,7 @@ pkgs = nixpkgs.legacyPackages.${system}; args = { inherit pkgs; } // specialArgs system; in - ./devshells args); + import ./devshells args); # }}} # {{{ Overlays and modules # Custom packages and modifications, exported as overlays diff --git a/home/features/cli/fish/default.nix b/home/features/cli/fish/default.nix index e6f171f..92650c3 100644 --- a/home/features/cli/fish/default.nix +++ b/home/features/cli/fish/default.nix @@ -49,6 +49,9 @@ # }}} }; + # I sometimes get errors about `grc` being missing, so I gave up and added it here. + home.packages = [ pkgs.grc ]; + satellite.persistence.at.state.apps.fish.directories = [ "${config.xdg.dataHome}/fish" "${config.xdg.dataHome}/z" # The z fish plugin