From 33cdebb64a0db188a52509dacaff54660b001007 Mon Sep 17 00:00:00 2001 From: yukkop Date: Fri, 14 Nov 2025 21:13:32 +0000 Subject: [PATCH] refactor: remove nix warnings --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index dc7780d..7b77f19 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,6 @@ }; impermanence = { url = "github:nix-community/impermanence"; - inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = { url = "github:nix-community/home-manager/release-25.05"; @@ -34,7 +33,6 @@ }; nixos-hardware = { url = "github:NixOS/nixos-hardware"; - inputs.nixpkgs.follows = "nixpkgs"; }; nixos-anywhere = { url = "github:nix-community/nixos-anywhere";