Export packages as flake output
This commit is contained in:
parent
b7c8c63d19
commit
a67e572f82
2 changed files with 22 additions and 9 deletions
13
flake.nix
13
flake.nix
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue