Export packages as flake output

This commit is contained in:
Spotlight 2024-06-22 18:31:35 -05:00
parent b7c8c63d19
commit a67e572f82
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 22 additions and 9 deletions

View file

@ -86,6 +86,19 @@
gpg = true;
};
};
})
//
####################
# Generic packages #
####################
# We'll export some of our overlay's packages for CI to build.
allSystems (system: {
packages = {
swiftformat = import ./pkgs/swiftformat.nix;
monaco-powerline = import ./monaco-powerline/default.nix;
};
});
# We provide a NixOS module for easy usage within other system flakes.