summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2025-12-07 15:24:00 +0100
committerStefan Kreutz <mail@skreutz.com>2025-12-07 15:24:00 +0100
commite6c10729f834974be26f5a7ac0991d2f33c792c4 (patch)
tree13dc28af61666785ae8e9dea99f9b37dc414e369 /flake.lock
parent341ef2e7fac4ae33c046e82832a34b8e4aa98c48 (diff)
downloadbrck-e6c10729f834974be26f5a7ac0991d2f33c792c4.tar
Use flake-parts instead of flake-utilsHEADmain
See also <https://ayats.org/blog/no-flake-utils>.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock50
1 files changed, 25 insertions, 25 deletions
diff --git a/flake.lock b/flake.lock
index 22146a4..9bedf2e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -22,21 +22,21 @@
"type": "github"
}
},
- "flake-utils": {
+ "flake-parts": {
"inputs": {
- "systems": "systems"
+ "nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
- "lastModified": 1731533236,
- "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
+ "lastModified": 1763759067,
+ "narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=",
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0",
"type": "github"
},
"original": {
- "owner": "numtide",
- "repo": "flake-utils",
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
"type": "github"
}
},
@@ -77,9 +77,24 @@
"type": "github"
}
},
+ "nixpkgs-lib": {
+ "locked": {
+ "lastModified": 1761765539,
+ "narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=",
+ "owner": "nix-community",
+ "repo": "nixpkgs.lib",
+ "rev": "719359f4562934ae99f5443f20aa06c2ffff91fc",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "nixpkgs.lib",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
- "flake-utils": "flake-utils",
+ "flake-parts": "flake-parts",
"naersk": "naersk",
"nixpkgs": "nixpkgs"
}
@@ -100,21 +115,6 @@
"repo": "rust-analyzer",
"type": "github"
}
- },
- "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",
Generated by cgit. See skreutz.com for my tech blog and contact information.