diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 13:38:19 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 13:38:19 +1000 |
| commit | 19431534c954f763eb095dd131fd0b19ff74837b (patch) | |
| tree | 45732bd8602b1960be4166c22da436c825986d67 /flake.lock | |
| parent | nix: fix typo in default.nix (#219) (diff) | |
| download | caelestia-shell-19431534c954f763eb095dd131fd0b19ff74837b.tar.gz caelestia-shell-19431534c954f763eb095dd131fd0b19ff74837b.tar.bz2 caelestia-shell-19431534c954f763eb095dd131fd0b19ff74837b.zip | |
nix: optionally include cli
update flake inputs
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 32 |
1 files changed, 28 insertions, 4 deletions
@@ -20,6 +20,29 @@ "type": "github" } }, + "caelestia-cli": { + "inputs": { + "app2unit": [ + "app2unit" + ], + "nixpkgs": [ + "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" + } + }, "nixpkgs": { "locked": { "lastModified": 1752480373, @@ -43,11 +66,11 @@ ] }, "locked": { - "lastModified": 1752486994, - "narHash": "sha256-/11zPRDdPPn61GXDyvDes9otFTP5lLqmETAtwMdeYWI=", + "lastModified": 1752631407, + "narHash": "sha256-dLDtKxh1VabwLxv5xbjI+oRkDyqWEKGITU+0dEaaW28=", "ref": "refs/heads/master", - "rev": "5ac9096c1c63f6940c6b95f1118b540dfe029278", - "revCount": 632, + "rev": "4d8055f1cd9924bcace59405894b8879633eb83d", + "revCount": 638, "type": "git", "url": "https://git.outfoxxed.me/outfoxxed/quickshell" }, @@ -59,6 +82,7 @@ "root": { "inputs": { "app2unit": "app2unit", + "caelestia-cli": "caelestia-cli", "nixpkgs": "nixpkgs", "quickshell": "quickshell" } |