diff --git a/flake.nix b/flake.nix index 5c57323..865b3c7 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ inputs.nixpkgs.url = "nixpkgs/nixos-unstable"; inputs.impermanence.url = "github:nix-community/impermanence"; - outputs = { self, nixpkgs, impermanence, ... }: + outputs = { self, nixpkgs, impermanence }: let inherit (nixpkgs) lib;