diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-17 13:09:07 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-17 13:09:07 +1000 |
| commit | 465c200c8367aef8c9dd066f9fddc2d1834487f7 (patch) | |
| tree | a52455a723c98531f0bce69849a2e89318ec9da2 | |
| parent | nix: fix toggle spawning todoist (diff) | |
| download | caelestia-cli-465c200c8367aef8c9dd066f9fddc2d1834487f7.tar.gz caelestia-cli-465c200c8367aef8c9dd066f9fddc2d1834487f7.tar.bz2 caelestia-cli-465c200c8367aef8c9dd066f9fddc2d1834487f7.zip | |
nix: fix circular dep
update flake inputs
| -rw-r--r-- | flake.lock | 47 | ||||
| -rw-r--r-- | flake.nix | 1 |
2 files changed, 12 insertions, 36 deletions
@@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1752557494, - "narHash": "sha256-GIcH+k321WBUl//gBypaJkLRMrKDemcSpzADJoyUdec=", + "lastModified": 1752640923, + "narHash": "sha256-jcoNgqOaD7wuoYg6y+BXuCHueDzJ7gjR7RdFKHBNg2A=", "owner": "soramanew", "repo": "app2unit", - "rev": "574d764446997e30218a29a6b9871fb1b9c6554d", + "rev": "d0159c1d7090f8563db6bedd153cb8168628b06d", "type": "github" }, "original": { @@ -20,48 +20,23 @@ "type": "github" } }, - "caelestia-cli": { - "inputs": { - "app2unit": [ - "caelestia-shell", - "app2unit" - ], - "nixpkgs": [ - "caelestia-shell", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1752566000, - "narHash": "sha256-xaSDZXvZtuM+88PsmfTDWv6+VxN5cOsT/5/czsk3xgI=", - "owner": "caelestia-dots", - "repo": "cli", - "rev": "b1019d11924d1bc9440f457ddf94fc0d8a230ff4", - "type": "github" - }, - "original": { - "owner": "caelestia-dots", - "repo": "cli", - "type": "github" - } - }, "caelestia-shell": { "inputs": { "app2unit": [ "app2unit" ], - "caelestia-cli": "caelestia-cli", + "caelestia-cli": [], "nixpkgs": [ "nixpkgs" ], "quickshell": "quickshell" }, "locked": { - "lastModified": 1752637099, - "narHash": "sha256-08oPnEGYkuU7Vqa4F7rOi4E9j2Drigm3DxdOA+/mgF4=", + "lastModified": 1752721662, + "narHash": "sha256-ZURimty6Nr6J9GGDdnoASjNwwK9eZlJ1J8n28EyUDPA=", "owner": "caelestia-dots", "repo": "shell", - "rev": "19431534c954f763eb095dd131fd0b19ff74837b", + "rev": "5292a9ab44252c2f993b48b79191f2237e967eb7", "type": "github" }, "original": { @@ -94,11 +69,11 @@ ] }, "locked": { - "lastModified": 1752631407, - "narHash": "sha256-dLDtKxh1VabwLxv5xbjI+oRkDyqWEKGITU+0dEaaW28=", + "lastModified": 1752713248, + "narHash": "sha256-BJz3A3PCGfAUAOya0flZjiS7TxoPt/mbBnhkzwE4Ad8=", "ref": "refs/heads/master", - "rev": "4d8055f1cd9924bcace59405894b8879633eb83d", - "revCount": 638, + "rev": "78e3874ac67a570abf9c800bdac3250b44dd3844", + "revCount": 640, "type": "git", "url": "https://git.outfoxxed.me/outfoxxed/quickshell" }, @@ -13,6 +13,7 @@ url = "github:caelestia-dots/shell"; inputs.nixpkgs.follows = "nixpkgs"; inputs.app2unit.follows = "app2unit"; + inputs.caelestia-cli.follows = ""; }; }; |