mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/dev: add more repositories to maintenance list
This commit is contained in:
parent
089a055d29
commit
46ef4a3312
1 changed files with 5 additions and 2 deletions
|
|
@ -35,8 +35,11 @@
|
||||||
signing.signByDefault = true;
|
signing.signByDefault = true;
|
||||||
maintenance = {
|
maintenance = {
|
||||||
enable = true;
|
enable = true;
|
||||||
repositories = lib.map (path: config.home.homeDirectory + "/${path}") [
|
# We don't deal with worktree folders anyway
|
||||||
"r/nixos/nixpkgs"
|
repositories = lib.map (path: "${config.home.homeDirectory}/r/${path}") [
|
||||||
|
"nixos/nixpkgs"
|
||||||
|
"ghc/ghc"
|
||||||
|
"haskell/cabal"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
includes = let
|
includes = let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue