diff options
| author | Fuwn <[email protected]> | 2024-09-13 06:15:21 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-13 06:15:21 -0700 |
| commit | b04e57f21396c7d71d79f04bd2a5b40d69bee3da (patch) | |
| tree | c2eab977fa4a70ce19537262b2ea58317aacf35d /flake.lock | |
| parent | 11c3e7825e6785fb8f085b8c0d59c0bd8796a604 (diff) | |
| download | pywal.nix-b04e57f21396c7d71d79f04bd2a5b40d69bee3da.tar.xz pywal.nix-b04e57f21396c7d71d79f04bd2a5b40d69bee3da.zip | |
chore(nix): use flake-utils for per-system
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -14,6 +14,26 @@ "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz" } }, + "flake-utils": { + "inputs": { + "systems": [ + "systems" + ] + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1726137256, @@ -32,6 +52,7 @@ "root": { "inputs": { "flake-compat": "flake-compat", + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", "systems": "systems" } |