diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-15 17:12:27 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-15 17:12:27 +1000 |
| commit | e15d9b79beedad2e77ad1f265c766e61a6cd6681 (patch) | |
| tree | 4b6f1ca47d1d513e41c9b99dde327795b1208f31 /flake.lock | |
| parent | launcher: better launch terminal apps (diff) | |
| download | caelestia-shell-e15d9b79beedad2e77ad1f265c766e61a6cd6681.tar.gz caelestia-shell-e15d9b79beedad2e77ad1f265c766e61a6cd6681.tar.bz2 caelestia-shell-e15d9b79beedad2e77ad1f265c766e61a6cd6681.zip | |
feat: add nix flake
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..accd66a --- /dev/null +++ b/flake.lock @@ -0,0 +1,69 @@ +{ + "nodes": { + "app2unit": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1752557494, + "narHash": "sha256-GIcH+k321WBUl//gBypaJkLRMrKDemcSpzADJoyUdec=", + "owner": "soramanew", + "repo": "app2unit", + "rev": "574d764446997e30218a29a6b9871fb1b9c6554d", + "type": "github" + }, + "original": { + "owner": "soramanew", + "repo": "app2unit", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1752480373, + "narHash": "sha256-JHQbm+OcGp32wAsXTE/FLYGNpb+4GLi5oTvCxwSoBOA=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "62e0f05ede1da0d54515d4ea8ce9c733f12d9f08", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "quickshell": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1752486994, + "narHash": "sha256-/11zPRDdPPn61GXDyvDes9otFTP5lLqmETAtwMdeYWI=", + "ref": "refs/heads/master", + "rev": "5ac9096c1c63f6940c6b95f1118b540dfe029278", + "revCount": 632, + "type": "git", + "url": "https://git.outfoxxed.me/outfoxxed/quickshell" + }, + "original": { + "type": "git", + "url": "https://git.outfoxxed.me/outfoxxed/quickshell" + } + }, + "root": { + "inputs": { + "app2unit": "app2unit", + "nixpkgs": "nixpkgs", + "quickshell": "quickshell" + } + } + }, + "root": "root", + "version": 7 +} |