fix eval
This commit is contained in:
parent
1207f77e35
commit
9ca1f937d0
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ rec {
|
|||
({pkgs, ...}: {
|
||||
nixpkgs.overlays = [
|
||||
nur.overlay
|
||||
args.prismmc.overlay
|
||||
args.prismmc.overlays.default
|
||||
];
|
||||
home-manager.extraSpecialArgs = args // {inherit system;};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue