whitespace

This commit is contained in:
Greg Burd 2023-09-13 14:42:19 -04:00
parent 16264c302a
commit 24c15b4fdc
No known key found for this signature in database
GPG key ID: 1FC1E7793410DE46

View file

@ -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; };
}
);