diff --git a/flake.lock b/flake.lock index 49db26f..c07af20 100644 --- a/flake.lock +++ b/flake.lock @@ -927,6 +927,7 @@ "original": { "owner": "noctalia-dev", "repo": "noctalia-shell", + "rev": "aded31799eb0dffdbcf436243083f1ebce26f95d", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 33b6687..727542a 100644 --- a/flake.nix +++ b/flake.nix @@ -49,8 +49,11 @@ url = "https://github.com/hyprwm/Hyprland"; submodules = true; }; + # Pinned to a rev: noctalia publishes no binary cache, so every bump means + # building the Qt/QML app locally. quickshell itself comes from nixpkgs and + # is cached, so the follows stays. Bump deliberately, not via `flake update`. noctalia = { - url = "github:noctalia-dev/noctalia-shell"; + url = "github:noctalia-dev/noctalia-shell/aded31799eb0dffdbcf436243083f1ebce26f95d"; inputs.nixpkgs.follows = "nixpkgs"; }; spicetify-nix = {