update to latest cerulean patches

This commit is contained in:
do butterflies cry? 2026-02-14 18:16:29 +10:00
parent f123fe2af7
commit 0a72c0387c
7 changed files with 47 additions and 73 deletions

View file

@ -2,8 +2,9 @@
inputs,
system,
...
}: {
nixpkgs.channels.default = {
} @ args: {
nixpkgs.channels.default = rec {
default = upkgs;
# nixpkgs-unstable
upkgs = {
inherit system;
@ -12,7 +13,8 @@
cachyos.overlays.pinned
millennium.overlays.default
(import ./overlays.nix {inherit inputs;})
# XXX: WARNING: TODO: cerulean will
(import ./overlays.nix args)
];
config.allowUnfree = true;