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

18
flake.lock generated
View file

@ -37,11 +37,11 @@
]
},
"locked": {
"lastModified": 1719418488,
"narHash": "sha256-Hu75KIbGLJA8qe42rO5WkRQ+E+BuzjS42bNEZcy9zT8=",
"lastModified": 1720646128,
"narHash": "sha256-BivO5yIQukDlJL+1875Sqf3GuOPxZDdA48dYDi3PkL8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "607f969f5dca2dc100cbc53e24ab49ac24ef8987",
"rev": "c085b984ff2808bf322f375b10fea5a415a9c43d",
"type": "github"
},
"original": {
@ -72,11 +72,11 @@
]
},
"locked": {
"lastModified": 1719128254,
"narHash": "sha256-I7jMpq0CAOZA/i70+HDQO/ulLttyQu/K70cSESiMX7A=",
"lastModified": 1720599442,
"narHash": "sha256-jdm+sKVbBXoyrxcHbVaV0htlpq2iFR+eJw3Xe/DPcDo=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "50581970f37f06a4719001735828519925ef8310",
"rev": "cf297a8d248db6a455b60133f6c0029c04ebe50e",
"type": "github"
},
"original": {
@ -87,11 +87,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1719254875,
"narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=",
"lastModified": 1720542800,
"narHash": "sha256-ZgnNHuKV6h2+fQ5LuqnUaqZey1Lqqt5dTUAiAnqH0QQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60",
"rev": "feb2849fdeb70028c70d73b848214b00d324a497",
"type": "github"
},
"original": {

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