provide a microfetch package
Some checks failed
Rust / build (push) Has been cancelled

...and alias default package to it. I like this convention better
This commit is contained in:
raf 2024-08-15 21:07:58 +03:00
parent 19672445a2
commit 64ac7a6ef3
Signed by: NotAShelf
GPG key ID: AF26552424E53993

View file

@ -11,7 +11,8 @@
pkgsForEach = nixpkgs.legacyPackages;
in {
packages = forEachSystem (system: {
default = pkgsForEach.${system}.callPackage ./nix/package.nix {};
default = self.packages.${system}.microfetch;
microfetch = pkgsForEach.${system}.callPackage ./nix/package.nix {};
});
devShells = forEachSystem (system: {