flake.lock: Update

Flake lock file updates:

• Updated input 'artemist-packages':
    'git+https://git.mildlyfunctional.gay/artemist/packages.git?ref=refs/heads/canon&rev=4dc6a6a61ae68c559f56f28c778ddb1ebc8c9f9e' (2024-06-06)
  → 'git+https://git.mildlyfunctional.gay/artemist/packages.git?ref=refs/heads/canon&rev=6d911ad15d938a2a6bbef536a4135235f6af9126' (2024-10-02)
• Removed input 'artemist-packages/utils'
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/4284c2b73c8bce4b46a6adf23e16d9e2ec8da4bb' (2024-07-05)
  → 'github:nixos/nixpkgs/b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221' (2024-10-10)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/3eed08a074cd2000884a69d448d70da2843f7103' (2024-07-07)
  → 'github:oxalica/rust-overlay/ca93f28abd2147dd9997261dcaeacc5a30dba463' (2024-10-11)
• Updated input 'utils':
    'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11)
  → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a' (2024-09-17)
This commit is contained in:
Artemis Tosini 2024-10-11 21:03:27 +00:00
parent 7f3d2a8c05
commit a9a0d4aa30
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 13 additions and 17 deletions

View file

@ -4,17 +4,14 @@
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": [
"utils"
]
},
"locked": {
"lastModified": 1717636858,
"narHash": "sha256-4NTFcQODSvySNCBz++O5SrcSFwU/xyqDS++s6HIzUEU=",
"lastModified": 1727841691,
"narHash": "sha256-8wX8czHVOKlD3+VHLn7mvwdIU1+aPk31TEOmfzc2cLQ=",
"ref": "refs/heads/canon",
"rev": "4dc6a6a61ae68c559f56f28c778ddb1ebc8c9f9e",
"revCount": 49,
"rev": "6d911ad15d938a2a6bbef536a4135235f6af9126",
"revCount": 71,
"type": "git",
"url": "https://git.mildlyfunctional.gay/artemist/packages.git"
},
@ -25,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1720181791,
"narHash": "sha256-i4vJL12/AdyuQuviMMd1Hk2tsGt02hDNhA0Zj1m16N8=",
"lastModified": 1728538411,
"narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4284c2b73c8bce4b46a6adf23e16d9e2ec8da4bb",
"rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221",
"type": "github"
},
"original": {
@ -54,11 +51,11 @@
]
},
"locked": {
"lastModified": 1720318855,
"narHash": "sha256-w3CCVK9LJ5aznXGkO1IyAlbvMNJfyA+dBF7Z1Zwx1LA=",
"lastModified": 1728613723,
"narHash": "sha256-zVVj0PKguM8ZMdLE43YW7dzer3tl9e6i5Qs1fr878+c=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "3eed08a074cd2000884a69d448d70da2843f7103",
"rev": "ca93f28abd2147dd9997261dcaeacc5a30dba463",
"type": "github"
},
"original": {
@ -87,11 +84,11 @@
"systems": "systems"
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"lastModified": 1726560853,
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
"type": "github"
},
"original": {

View file

@ -5,7 +5,6 @@
artemist-packages = {
url = "git+https://git.mildlyfunctional.gay/artemist/packages.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "utils";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";