whitespace
This commit is contained in:
parent
16264c302a
commit
24c15b4fdc
1 changed files with 2 additions and 0 deletions
|
@ -46,8 +46,10 @@
|
|||
packages = { inherit (pkgs) hello; };
|
||||
packages.default = self.packages.${system}.hello;
|
||||
packages.container = pkgs.callPackage ./container.nix { package = packages.default; };
|
||||
|
||||
apps.hello = flake-utils.lib.mkApp { drv = packages.default; };
|
||||
defaultApp = apps.hello;
|
||||
|
||||
devShells.default = import ./shell.nix { inherit pkgs; };
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue