diff --git a/flake.nix b/flake.nix index 44a5386..735a203 100644 --- a/flake.nix +++ b/flake.nix @@ -11,10 +11,8 @@ nixpkgs, flake-utils, }: - flake-utils.lib.eachDefaultSystem (system: let - pkgs = import nixpkgs {inherit system;}; - in - with pkgs; { + flake-utils.lib.eachDefaultSystem (system: + with import nixpkgs {inherit system;}; { devShells.default = mkShell { buildInputs = [hugo]; };