From d4e9297d23078aa8ac30b1c339121580fa4f4b2c Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 3 Jun 2022 18:08:09 +0200 Subject: [PATCH] feat(steveej-t14,logseq): install from nixos-unstable-small --- nix/home-manager/configuration/graphical-fullblown.nix | 2 +- nix/os/devices/steveej-t14/versions.tmpl.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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";