Compare commits

..

No commits in common. "39ccbbd2edcf6b60b8e00d8b07a064ece85adf60" and "3f1132b7708e5f6766e4953853a06f5b52cad8f2" have entirely different histories.

3 changed files with 10 additions and 12 deletions

7
flake.lock generated
View file

@ -105,16 +105,15 @@
]
},
"locked": {
"lastModified": 1772870050,
"narHash": "sha256-il+K3xjwpb68ojPNt5yEF+TqTHWAiIBaXU0QMhw5ek8=",
"lastModified": 1772846660,
"narHash": "sha256-BX9ZWoUvpamj2CJpQqqEnpjci1BukYd71UFdj5JXn8c=",
"owner": "cry128",
"repo": "cerulean",
"rev": "7bd81f84e6c0c47e62e3498508e018d2a1a8c7e4",
"rev": "d9432d87a460c4f6dfb2602bba7e98267c2a0132",
"type": "github"
},
"original": {
"owner": "cry128",
"ref": "bleeding",
"repo": "cerulean",
"type": "github"
}

View file

@ -16,7 +16,7 @@
nt.url = "git+https://tearforge.net/cry/nt";
cerulean = {
url = "github:cry128/cerulean/bleeding";
url = "github:cry128/cerulean";
inputs = {
nt.follows = "nt";
systems.follows = "systems";

View file

@ -1,15 +1,11 @@
{
lib,
inputs,
system,
...
} @ args: {
nixpkgs.channels = rec {
# base
base = npkgs;
# nixpkgs-stable
npkgs = {
source = inputs.nixpkgs;
nixpkgs.channels = {
default = {
overlays = [
inputs.dobutterfliescry-net.overlays.default
(import ./overlays args)
@ -33,8 +29,10 @@
# nixpkgs-unstable
upkgs = {
inherit system;
source = inputs.nixpkgs-unstable;
overlays = [
inputs.dobutterfliescry-net.overlays.default
inputs.millennium.overlays.default
(import ./overlays args)
];
@ -46,6 +44,7 @@
# nixpkgs-master
mpkgs = {
inherit system;
source = inputs.nixpkgs-master;
overlays = [];
config = {