Skip to content

Commit

Permalink
hosts: fix #142
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Bettens committed Mar 1, 2021
1 parent d20877c commit 487fa7e
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 487fa7e

Please sign in to comment.