From 108deeab3443774951d0bcdb6b89bf3662afe71d Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Thu, 26 Sep 2024 12:51:35 +0200 Subject: [PATCH] update flake --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index a16a835..22b279f 100644 --- a/flake.lock +++ b/flake.lock @@ -8,15 +8,16 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1725777030, - "narHash": "sha256-mieHgCmdbr/Tok3djbEVnNyLtnxEv5PHngN8wBu+RJA=", + "lastModified": 1725172314, + "narHash": "sha256-BtLY9lWu/pe6/ImFwuRRRqMwLacY5AZOKA2hUHUQ64k=", "owner": "nix-community", "repo": "fenix", - "rev": "7c59cc75e7d2328753b00766ab0a78a075609b25", + "rev": "28b42d01f549c38bd165296fbcb4fe66d98fc24f", "type": "github" }, "original": { "owner": "nix-community", + "ref": "monthly", "repo": "fenix", "type": "github" } diff --git a/flake.nix b/flake.nix index 973c1ae..5330d31 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-utils.url = "github:numtide/flake-utils"; fenix = { - url = "github:nix-community/fenix"; + url = "github:nix-community/fenix/monthly"; inputs.nixpkgs.follows = "nixpkgs"; }; };