flake: mv package name to default

This commit is contained in:
41666 2024-03-23 01:05:21 -04:00
parent 26a9bb0aa9
commit 38fbd6ccf2

View file

@ -13,12 +13,12 @@
systems = [ "x86_64-linux" "aarch64-linux" ]; systems = [ "x86_64-linux" "aarch64-linux" ];
perSystem = { config, self', pkgs, lib, system, ... }: { perSystem = { config, self', pkgs, lib, system, ... }: {
overlayAttrs = { overlayAttrs = {
inherit (config.packages) noe-sh; inherit (config.packages) default;
}; };
devShells.default = import ./shell.nix { inherit pkgs; }; devShells.default = import ./shell.nix { inherit pkgs; };
packages.noe-sh = pkgs.stdenvNoCC.mkDerivation { packages.default = pkgs.stdenvNoCC.mkDerivation {
name = "noe.sh"; name = "noe.sh";
src = ./.; src = ./.;
installPhase = '' installPhase = ''