Temporarily comment out overlay packages
They're overriding package-based `homeConfigurations` at the moment. (Oops.)
This commit is contained in:
parent
04775b306e
commit
c89bdf85a8
2 changed files with 22 additions and 22 deletions
26
flake.nix
26
flake.nix
|
@ -86,21 +86,21 @@
|
|||
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;
|
||||
};
|
||||
});
|
||||
|
||||
# //
|
||||
#
|
||||
# ####################
|
||||
# # 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.
|
||||
# (Again, we assume a default name of `spotlight` under Linux.)
|
||||
nixosModules.default = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue