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" ];
perSystem = { config, self', pkgs, lib, system, ... }: {
overlayAttrs = {
inherit (config.packages) noe-sh;
inherit (config.packages) default;
};
devShells.default = import ./shell.nix { inherit pkgs; };
packages.noe-sh = pkgs.stdenvNoCC.mkDerivation {
packages.default = pkgs.stdenvNoCC.mkDerivation {
name = "noe.sh";
src = ./.;
installPhase = ''