summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-08-28 19:48:07 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-08-28 19:48:07 +1000
commit27f1fbab3fd62a4fcc5801d132724709667b67fb (patch)
tree69d426ab5620be09ed2adda4bada9f965c4dc5a4 /flake.nix
parentnix: set version (diff)
downloadcaelestia-shell-27f1fbab3fd62a4fcc5801d132724709667b67fb.tar.gz
caelestia-shell-27f1fbab3fd62a4fcc5801d132724709667b67fb.tar.bz2
caelestia-shell-27f1fbab3fd62a4fcc5801d132724709667b67fb.zip
nix: fix build
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 09a9373..edb46bd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -30,7 +30,6 @@
packages = forAllSystems (pkgs: rec {
caelestia-shell = pkgs.callPackage ./nix {
- rev = self.rev or self.dirtyRev;
quickshell = inputs.quickshell.packages.${pkgs.system}.default.override {
withX11 = false;
withI3 = false;