flake.lock: Update

Flake lock file updates:

• Added input 'attic':
    'github:zhaofengli/attic/b1fb790b5f2afaaa1b2f7f18979b8318abe604bb' (2023-05-28)
• Added input 'attic/crane':
    'github:ipetkov/crane/105e27adb70a9890986b6d543a67761cbc1964a2' (2023-03-04)
• Added input 'attic/crane/flake-compat':
    follows 'attic/flake-compat'
• Added input 'attic/crane/flake-utils':
    follows 'attic/flake-utils'
• Added input 'attic/crane/nixpkgs':
    follows 'attic/nixpkgs'
• Added input 'attic/crane/rust-overlay':
    'github:oxalica/rust-overlay/383a4acfd11d778d5c2efcf28376cbd845eeaedf' (2023-02-03)
• Added input 'attic/crane/rust-overlay/flake-utils':
    follows 'attic/crane/flake-utils'
• Added input 'attic/crane/rust-overlay/nixpkgs':
    follows 'attic/crane/nixpkgs'
• Added input 'attic/flake-compat':
    follows 'blank'
• Added input 'attic/flake-utils':
    follows 'repin-flake-utils'
• Added input 'attic/nixpkgs':
    follows 'nixpkgs'
• Added input 'attic/nixpkgs-stable':
    follows 'nixpkgs'
This commit is contained in:
Max Headroom 2023-06-13 00:05:41 +02:00
parent 2bed05a789
commit a4a531f3ed

View file

@ -22,6 +22,36 @@
"type": "github"
}
},
"attic": {
"inputs": {
"crane": "crane",
"flake-compat": [
"blank"
],
"flake-utils": [
"repin-flake-utils"
],
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1685309025,
"narHash": "sha256-pZxMM3AMP/ojwhrFD0A2ML4NOgehlBLGHseInnO5evc=",
"owner": "zhaofengli",
"repo": "attic",
"rev": "b1fb790b5f2afaaa1b2f7f18979b8318abe604bb",
"type": "github"
},
"original": {
"owner": "zhaofengli",
"repo": "attic",
"type": "github"
}
},
"blank": {
"locked": {
"lastModified": 1625557891,
@ -37,6 +67,36 @@
"type": "github"
}
},
"crane": {
"inputs": {
"flake-compat": [
"attic",
"flake-compat"
],
"flake-utils": [
"attic",
"flake-utils"
],
"nixpkgs": [
"attic",
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1677892403,
"narHash": "sha256-/Wi0L1spSWLFj+UQxN3j0mPYMoc7ZoAujpUF/juFVII=",
"owner": "ipetkov",
"repo": "crane",
"rev": "105e27adb70a9890986b6d543a67761cbc1964a2",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"darwin": {
"inputs": {
"nixpkgs": [
@ -629,6 +689,7 @@
"root": {
"inputs": {
"agenix": "agenix",
"attic": "attic",
"blank": "blank",
"deploy-rs": "deploy-rs",
"devshell": "devshell",
@ -646,6 +707,33 @@
"systems": "systems"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"attic",
"crane",
"flake-utils"
],
"nixpkgs": [
"attic",
"crane",
"nixpkgs"
]
},
"locked": {
"lastModified": 1675391458,
"narHash": "sha256-ukDKZw922BnK5ohL9LhwtaDAdCsJL7L6ScNEyF1lO9w=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "383a4acfd11d778d5c2efcf28376cbd845eeaedf",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1683988522,