This commit is contained in:
steveej 2023-03-08 19:13:59 +01:00
parent 855c463a93
commit 693ae383ef
16 changed files with 63 additions and 474 deletions

View file

@ -1,17 +1,18 @@
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11";
ref = "nixos-22.11";
rev = ''
<% git ls-remote https://github.com/nixos/nixpkgs nixos-21.11 | awk '{ print $1 }' | tr -d '
' -%>'';
};
in {
in
{
inherit nixpkgs;
"channels-nixos-stable" = nixpkgs;
"channels-nixos-21.05" = {
"channels-nixos-22.11" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
ref = "nixos-22.11";
rev = ''
<% git ls-remote https://github.com/nixos/nixpkgs nixos-20.05 | awk '{ print $1 }' | tr -d '
' -%>'';