From 9ac417095111a4a9c14c626e392c07fe49b9bed6 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 10 Jan 2025 13:58:10 -0800 Subject: [PATCH] fix: remove unnecessary flake utils override --- flake.lock | 7 ++++--- flake.nix | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index a04a1fa..e0cec74 100644 --- a/flake.lock +++ b/flake.lock @@ -791,15 +791,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1736544366, - "narHash": "sha256-W7/Cj3fqQ9JRl/G7mB2fTlOg1s8Hkooe32zoUBiQQYw=", + "lastModified": 1736344531, + "narHash": "sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc+c2c=", "owner": "nixos", "repo": "nixpkgs", - "rev": "273027d83efee0e5028124ccfb76a2df0f768025", + "rev": "bffc22eb12172e6db3c5dde9e3e5628f8e3e7912", "type": "github" }, "original": { "owner": "nixos", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 1b3c5fd..c472c81 100755 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,6 @@ nixos-wsl = { url = "github:nix-community/NixOS-WSL"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "flake-utils"; }; };