diff --git a/nix/home-manager/configuration/graphical-fullblown.nix b/nix/home-manager/configuration/graphical-fullblown.nix index c7e9d54..406499f 100644 --- a/nix/home-manager/configuration/graphical-fullblown.nix +++ b/nix/home-manager/configuration/graphical-fullblown.nix @@ -10,7 +10,7 @@ in let # gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {}; - unstablepkgs = import { config = config.nixpkgs.config; }; + unstablepkgs = import { config = config.nixpkgs.config; }; masterpkgs = import { config = config.nixpkgs.config; }; in { diff --git a/nix/os/devices/steveej-t14/versions.tmpl.nix b/nix/os/devices/steveej-t14/versions.tmpl.nix index b1af001..7d71726 100644 --- a/nix/os/devices/steveej-t14/versions.tmpl.nix +++ b/nix/os/devices/steveej-t14/versions.tmpl.nix @@ -17,6 +17,11 @@ in ref = "nixos-unstable"; rev = "<% git ls-remote https://github.com/nixos/nixpkgs nixos-unstable | awk '{ print $1 }' | tr -d '\n' -%>"; }; + "channels-nixos-unstable-small" = { + url = "https://github.com/NixOS/nixpkgs/"; + ref = "nixos-unstable-small"; + rev = "<% git ls-remote https://github.com/nixos/nixpkgs nixos-unstable-small | awk '{ print $1 }' | tr -d '\n' -%>"; + }; "nixpkgs-master" = { url = "https://github.com/NixOS/nixpkgs/"; ref = "master";