From a9a0d4aa30ee99a3ecd90bcced1b6cb488f3b906 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Fri, 11 Oct 2024 21:03:27 +0000 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- flake.lock | 29 +++++++++++++---------------- flake.nix | 1 - 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index ccdec19..ee96377 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 7af2f4e..b5c8fa2 100644 --- a/flake.nix +++ b/flake.nix @@ -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";