diff --git a/nixos/common.nix b/nixos/common.nix index 7061658d..ce9a6c11 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/nixos-unstable.tar.gz; + unstableTarball = fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz; in { imports = diff --git a/nixos/home-manager/cli.nix b/nixos/home-manager/cli.nix index 02ce2bc5..edd0ddd8 100644 --- a/nixos/home-manager/cli.nix +++ b/nixos/home-manager/cli.nix @@ -15,7 +15,7 @@ fd file fontconfig - genpass + unstable.genpass git hsetroot htop diff --git a/nixos/home-other-os.nix b/nixos/home-other-os.nix index cac50afb..6af9cf5b 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/nixos-unstable.tar.gz; + unstableTarball = fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz; dotfiles = "/home/cyryl/dev/dotfiles"; in {