update to latest cerulean patches
This commit is contained in:
parent
f123fe2af7
commit
0a72c0387c
7 changed files with 47 additions and 73 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue