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

@ -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";