diff --git a/nixos/common.nix b/nixos/common.nix index 9681f350..da3e4cd5 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: let - unstableTarball = fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz; + unstableTarball = fetchTarball https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz; in { imports = diff --git a/nixos/home-other-os.nix b/nixos/home-other-os.nix index 6af9cf5b..4cb8ca65 100644 --- a/nixos/home-other-os.nix +++ b/nixos/home-other-os.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: let - unstableTarball = fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz; + unstableTarball = fetchTarball https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz; dotfiles = "/home/cyryl/dev/dotfiles"; in {