updating mango config
This commit is contained in:
parent
37ae5f9cfb
commit
486025d4ec
4 changed files with 47 additions and 3 deletions
|
|
@ -3,9 +3,11 @@
|
|||
system,
|
||||
...
|
||||
} @ args: {
|
||||
nixpkgs.channels = {
|
||||
default = {
|
||||
nixpkgs.channels = rec {
|
||||
base = spkgs;
|
||||
spkgs= {
|
||||
inherit system;
|
||||
source = inputs.nixpkgs;
|
||||
overlays = [
|
||||
(import ./overlays args)
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue