Skip to content

Commit

Permalink
Merge pull request #143 from lourkeur/fix_142
Browse files Browse the repository at this point in the history
hosts: fix #142
  • Loading branch information
nrdxp authored Mar 1, 2021
2 parents d20877c + 487fa7e commit fc1dddd
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,12 @@ let

nixos = {
exact = true;
from = nodes.nixos.original;
to = {
inherit (nixos) lastModified narHash rev;

path = override.outPath;
type = "path";
from = {
id = "nixos";
type = "indirect";
};
};

override = {
exact = true;
from = nodes.override.original;
to = {
inherit (override) lastModified narHash rev;
inherit (nixos) lastModified narHash rev;

path = override.outPath;
type = "path";
Expand Down

0 comments on commit fc1dddd

Please sign in to comment.