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, ...}: {
|
({pkgs, ...}: {
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
nur.overlay
|
nur.overlay
|
||||||
args.prismmc.overlay
|
args.prismmc.overlays.default
|
||||||
];
|
];
|
||||||
home-manager.extraSpecialArgs = args // {inherit system;};
|
home-manager.extraSpecialArgs = args // {inherit system;};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue