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;
|
||||
maintenance = {
|
||||
enable = true;
|
||||
repositories = lib.map (path: config.home.homeDirectory + "/${path}") [
|
||||
"r/nixos/nixpkgs"
|
||||
# We don't deal with worktree folders anyway
|
||||
repositories = lib.map (path: "${config.home.homeDirectory}/r/${path}") [
|
||||
"nixos/nixpkgs"
|
||||
"ghc/ghc"
|
||||
"haskell/cabal"
|
||||
];
|
||||
};
|
||||
includes = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue