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;