refactor: remove unnecessary nixpkgs.follows for impermanence

This commit is contained in:
Price Hiller 2023-10-29 22:47:25 -05:00
parent fd614d617f
commit 5fc2f77e2e
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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";