forked from Shinonome/caelestia-cli
shell: fix log when no log rules
also fix nix devshell
This commit is contained in:
@@ -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;})];
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user