vanadium/dev: fix maintainance service path for NixOS

This commit is contained in:
Primrose 2026-01-02 18:40:14 +01:00
parent 5d309c2d4e
commit 52c1193c44
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -40,7 +40,7 @@
enable = true; enable = true;
# We don't deal with worktree folders anyway # We don't deal with worktree folders anyway
repositories = lib.map (path: "${config.home.homeDirectory}/r/${path}") [ repositories = lib.map (path: "${config.home.homeDirectory}/r/${path}") [
"nixos/nixpkgs" "NixOS/nixpkgs"
"ghc/ghc" "ghc/ghc"
"haskell/cabal" "haskell/cabal"
]; ];