summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-15 19:28:16 -0400
committerGitHub <[email protected]>2024-10-15 23:28:16 +0000
commit8b48cbd5010e3ce8c41406aafcd10b920a927102 (patch)
tree2402707e82a7afb4af39f37222afd0940f1422ff /flake.lock
parent08912b439bd61088dd849b9342a81341fa9e4a23 (diff)
tidy up (#328)
* nix: tidy up flake * ci: tidy up workflows * cleanup bindings
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock30
1 files changed, 5 insertions, 25 deletions
diff --git a/flake.lock b/flake.lock
index 481948a..2104113 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,43 +2,23 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1725534445,
- "narHash": "sha256-Yd0FK9SkWy+ZPuNqUgmVPXokxDgMJoGuNpMEtkfcf84=",
+ "lastModified": 1728538411,
+ "narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "9bb1e7571aadf31ddb4af77fc64b2d59580f9a39",
+ "rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221",
"type": "github"
},
"original": {
- "id": "nixpkgs",
+ "owner": "NixOS",
"ref": "nixpkgs-unstable",
- "type": "indirect"
- }
- },
- "parts": {
- "inputs": {
- "nixpkgs-lib": [
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1725234343,
- "narHash": "sha256-+ebgonl3NbiKD2UD0x4BszCZQ6sTfL4xioaM49o5B3Y=",
- "owner": "hercules-ci",
- "repo": "flake-parts",
- "rev": "567b938d64d4b4112ee253b9274472dc3a346eb6",
- "type": "github"
- },
- "original": {
- "owner": "hercules-ci",
- "repo": "flake-parts",
+ "repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
- "parts": "parts",
"treefmt-nix": "treefmt-nix"
}
},