From 5e21d8b3693692bebef74719e5a8a29d6790a1c1 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 24 Aug 2025 22:17:25 +0200 Subject: Refactor flake outputs --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3248191..4c84305 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ in rec { # nix build # nix run . -- --help - defaultPackage = packages.wpa-psk-cli; + packages.default = packages.wpa-psk-cli; # nix build .#wpa-psk-cli # nix run .#wpa-psk-cli -- --help @@ -30,7 +30,7 @@ }; # nix develop - devShell = pkgs.mkShell { + devShells.default = pkgs.mkShell { nativeBuildInputs = with pkgs; [ rustc cargo rustfmt clippy cargo-audit cargo-edit ]; }; } -- cgit v1.2.3