mirror of
https://github.com/NotAShelf/microfetch.git
synced 2024-11-01 06:41:15 +00:00
...and alias default package to it. I like this convention better
This commit is contained in:
parent
19672445a2
commit
64ac7a6ef3
1 changed files with 2 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue