diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -40,12 +40,7 @@ devShells = forAllSystems (pkgs: { default = pkgs.mkShellNoCC { - inputsFrom = [self.packages.${pkgs.system}.caelestia-cli]; - packages = [ - (pkgs.writeShellScriptBin "caelestia" '' - cd src && python -m caelestia "$@" - '') - ]; + packages = [(self.packages.${pkgs.system}.caelestia-cli.override {withShell = true;})]; }; }); }; |