enjoy having your lights on again <3 #3

Merged
foxora merged 4 commits from cry/flake-foxora:main into main 2026-02-18 21:31:01 +10:00
2 changed files with 10 additions and 1 deletions
Showing only changes of commit d1113e546c - Show all commits

View file

@ -0,0 +1,9 @@
{
lib,
config,
...
}: {
nixpkgs.channels.default = {
default = lib.mkForce config.nixpkgs.channels.default.upkgs;
};
}

View file

@ -4,7 +4,7 @@
...
} @ args: {
nixpkgs.channels.default = rec {
default = upkgs;
default = pkgs;
# nixpkgs
pkgs = {