From 922b3cdabd0038b0881c8c55ff9ad2d2bf4b155d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 9 Oct 2019 18:59:24 +0200 Subject: [PATCH] chore: update --- deploy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.nix b/deploy.nix index ad50001..0fb733b 100644 --- a/deploy.nix +++ b/deploy.nix @@ -21,7 +21,7 @@ let }; nixos-unstable.git = { url = https://github.com/NixOS/nixpkgs-channels; - ref = "nixos-unstable"; + ref = "07d4df5"; }; home-manager.git = { url = https://github.com/rycee/home-manager;