diff options
| author | Fuwn <[email protected]> | 2024-09-12 03:43:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-12 03:43:29 -0700 |
| commit | 836627860d532e986a82e4fc62744850a19cde62 (patch) | |
| tree | ad702edfeda4de7ba2ae00c13e3d58965fc28fb1 /flake.lock | |
| download | pywal.nix-836627860d532e986a82e4fc62744850a19cde62.tar.xz pywal.nix-836627860d532e986a82e4fc62744850a19cde62.zip | |
feat: initial release
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..ff9c043 --- /dev/null +++ b/flake.lock @@ -0,0 +1,42 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1726137256, + "narHash": "sha256-u/EBW7HH6vslYIbFSHxAHw2B4m4iifOGAJOao5helcU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "768f41fcf0e0eb2b997dfad8fdd77894f60002ba", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "systems": "systems" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |