diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-08-09 12:56:56 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-08-09 12:56:56 +1000 |
| commit | a2a0bb5866b18ea4d66fdbdf089e0ca25b222b9e (patch) | |
| tree | 4dc1feee5d4a5c6f2d33b70f62af2b86365a9815 /flake.lock | |
| parent | ci: only check flake.lock (diff) | |
| download | caelestia-shell-a2a0bb5866b18ea4d66fdbdf089e0ca25b222b9e.tar.gz caelestia-shell-a2a0bb5866b18ea4d66fdbdf089e0ca25b222b9e.tar.bz2 caelestia-shell-a2a0bb5866b18ea4d66fdbdf089e0ca25b222b9e.zip | |
nix: use nixpkgs app2unit
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -3,6 +3,7 @@ "app2unit": { "inputs": { "nixpkgs": [ + "caelestia-cli", "nixpkgs" ] }, @@ -22,9 +23,7 @@ }, "caelestia-cli": { "inputs": { - "app2unit": [ - "app2unit" - ], + "app2unit": "app2unit", "caelestia-shell": [], "nixpkgs": [ "nixpkgs" @@ -82,7 +81,6 @@ }, "root": { "inputs": { - "app2unit": "app2unit", "caelestia-cli": "caelestia-cli", "nixpkgs": "nixpkgs", "quickshell": "quickshell" |