updating mango config

This commit is contained in:
Dea 2026-04-13 00:13:59 -04:00
parent 37ae5f9cfb
commit 486025d4ec
4 changed files with 47 additions and 3 deletions

View file

@ -3,9 +3,11 @@
system,
...
} @ args: {
nixpkgs.channels = {
default = {
nixpkgs.channels = rec {
base = spkgs;
spkgs= {
inherit system;
source = inputs.nixpkgs;
overlays = [
(import ./overlays args)
];