Temporarily comment out overlay packages

They're overriding package-based `homeConfigurations` at the moment. (Oops.)
This commit is contained in:
Spotlight 2024-07-11 11:33:37 -05:00
parent 04775b306e
commit c89bdf85a8
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 22 additions and 22 deletions

View file

@ -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 = {