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" ];
|
||||
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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue