summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-07-15 17:46:06 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-07-15 17:46:06 +1000
commit2daa90a4b38248626ae600837f3225c434eba6fe (patch)
tree9a35c4e2326336ce84675540aaa91d2054ecd5af
parentfeat: add nix flake (diff)
downloadcaelestia-shell-2daa90a4b38248626ae600837f3225c434eba6fe.tar.gz
caelestia-shell-2daa90a4b38248626ae600837f3225c434eba6fe.tar.bz2
caelestia-shell-2daa90a4b38248626ae600837f3225c434eba6fe.zip
nix: remove commented devshell stuff
-rw-r--r--flake.nix25
1 files changed, 0 insertions, 25 deletions
diff --git a/flake.nix b/flake.nix
index 78418fa..6a91668 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,30 +38,5 @@
};
default = caelestia-shell;
});
-
- # devShells = forAllSystems (pkgs: {
- # default = let
- # qtDeps = with pkgs.kdePackages; [
- # inputs.quickshell.packages.${pkgs.system}.default
- # qtbase
- # qtdeclarative
- # ];
- # qmlPath = pkgs.lib.makeSearchPath "lib/qt-6/qml" qtDeps;
- # in
- # pkgs.mkShellNoCC {
- # inputsFrom = [self.packages.${pkgs.system}.caelestia-shell];
- # packages =
- # qtDeps
- # ++ [
- # (inputs.caelestia-cli.packages.${pkgs.system}.default.override {
- # discordBin = "equibop";
- # qtctStyle = "Breeze";
- # })
- # ];
- # shellHook = ''
- # export QML2_IMPORT_PATH="$QML2_IMPORT_PATH:${qmlPath}"
- # '';
- # };
- # });
};
}