diff --git a/flake.nix b/flake.nix index 7464d8c..306e9b3 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ outputs = { self, flake-utils, naersk, nixpkgs }: flake-utils.lib.eachDefaultSystem (system: let - pkgs = (import nixpkgs) { + pkgs = import nixpkgs { inherit system; };