flake: mv package name to default
This commit is contained in:
parent
26a9bb0aa9
commit
38fbd6ccf2
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue