From 16d1b3a2bd7768c98cbe5d5bbefa19f1710bcbef Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 2 Jan 2021 21:40:14 +0100 Subject: [PATCH] gorgon: fixup --- hosts/gorgon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gorgon/default.nix b/hosts/gorgon/default.nix index 8cbb199..35a0e43 100644 --- a/hosts/gorgon/default.nix +++ b/hosts/gorgon/default.nix @@ -1,7 +1,7 @@ { config, pkgs, lib, ... }: let this = import ../.. { inherit pkgs; }; - nixos-hardware = buildins.fetchTarball { + nixos-hardware = builtins.fetchTarball { url = "https://github.com/NixOS/nixos-hardware/archive/c242378e63b0ec334e964ac0c0fbbdd2b3e89ebf.tar.gz"; sha256 = "1z4cr5gsyfdpcy31vqg4ikalbxmnnac6jjk1nl8mxj0h0ix7pp36"; };