From 43472f5e59bf15d23f943cce6012f102ee107ade Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 7 Jun 2022 12:12:48 +0200 Subject: [PATCH] fix nom reference --- overlays/10-previews.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/10-previews.nix b/overlays/10-previews.nix index c02306f3..b6a6f709 100644 --- a/overlays/10-previews.nix +++ b/overlays/10-previews.nix @@ -1,7 +1,7 @@ self: super: let unstable = import super.sources.nixos-unstable {}; nom_commit = (builtins.fromJSON (builtins.readFile ../nix/sources.json)).nix-output-monitor.rev; - nom = builtins.getFlake "git+ssh://git@hera.m-0.eu/nix-output-monitor?rev=${nom_commit}"; + nom = builtins.getFlake "git+ssh://git@hera.m-0.eu/nix-output-monitor?rev=${nom_commit}&ref=main"; in { inherit unstable; unstableHaskellPackages = unstable.haskellPackages;