diff --git a/flake.nix b/flake.nix index 915dc0f..bbb3ffc 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,7 @@ }; in + with pkgs; { nixosConfigurations = { desktop = nixpkgs.lib.nixosSystem { @@ -80,6 +81,6 @@ ]; }; - devShells.${system}.default = pkgs.callPackage ./shell.nix {}; + devShells.${system}.default = callPackage ./shell.nix {}; }; }