From 5fc2f77e2eb235d5be4738af03e4412b76ac9a3a Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 29 Oct 2023 22:47:25 -0500 Subject: [PATCH] refactor: remove unnecessary nixpkgs.follows for impermanence --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9136046..59108a1 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,6 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; impermanence = { url = "github:nix-community/impermanence"; - inputs.nixpkgs.follows = "nixpkgs"; }; agenix = { url = "github:ryantm/agenix";