feat(steveej-t14,logseq): install from nixos-unstable-small

This commit is contained in:
steveej 2022-06-03 18:08:09 +02:00
parent 0326ff7547
commit d4e9297d23
2 changed files with 6 additions and 1 deletions

View file

@ -10,7 +10,7 @@ in
let
# gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {};
unstablepkgs = import <channels-nixos-unstable> { config = config.nixpkgs.config; };
unstablepkgs = import <channels-nixos-unstable-small> { config = config.nixpkgs.config; };
masterpkgs = import <nixpkgs-master> { config = config.nixpkgs.config; };
in {