deskwhich/flake.lock
Grimmauld 2ab7770181
CLEANUP
- dropped cursed rust devshell in favour of rust overlay
- dropped cargo hash in favour of lock file reference (doesn't break anymore :)
- add formatter to flake outputs
- nix fmt (rfc style)
- nix flake update
- cargo fmt
- cargo update
2024-11-29 19:12:09 +01:00

47 lines
1.1 KiB
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1732617236,
"narHash": "sha256-PYkz6U0bSEaEB1al7O1XsqVNeSNS+s3NVclJw7YC43w=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "af51545ec9a44eadf3fe3547610a5cdd882bc34e",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixpkgs-unstable",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1732847586,
"narHash": "sha256-SnHHSBNZ+aj8mRzYxb6yXBl9ei3K3j5agC/D8Vjw/no=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "97210ddff72fe139815f4c1ac5da74b5b0dde2d7",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
}
},
"root": "root",
"version": 7
}