From 52c1b5a4003f94b1b4b972ae4ff5663fefdccd6d Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 7 Jul 2023 14:35:13 -0400 Subject: [PATCH] remove extra argument --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;