chore: update steveej-t14 22.05 -> 22.11

This commit is contained in:
steveej 2023-01-02 11:42:12 -06:00
parent e798ebbf8a
commit 86371535f8
6 changed files with 28 additions and 22 deletions

View file

@ -1,8 +1,9 @@
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "08950a6e29cf7bddee466592eb790a417550f7f9";
ref = "nixos-22.11";
rev = ''
dac57a4eccf1442e8bf4030df6fcbb55883cb682'';
};
in {
@ -12,16 +13,19 @@ in {
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "f1c167688a6f81f4a51ab542e5f476c8c595e457";
rev = ''
1eb875e811dd59e21e77f6337f2c1592889b48b3'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "5ebfb1845b1a77716ecd706b8f589c722584ed2a";
rev = ''
590321a5defbbabe96f8def70013d5b45406dee4'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = "ac2287df5a2d6f0a44bbcbd11701dbbf6ec43675";
ref = "release-22.11";
rev = ''
89a8ba0b5b43b3350ff2e3ef37b66736b2ef8706'';
};
}

View file

@ -1,9 +1,9 @@
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
ref = "nixos-22.11";
rev = ''
<% git ls-remote https://github.com/nixos/nixpkgs nixos-22.05 | awk '{ print $1 }' | tr -d '
<% git ls-remote https://github.com/nixos/nixpkgs nixos-22.11 | awk '{ print $1 }' | tr -d '
' -%>'';
};
@ -27,9 +27,9 @@ in {
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
ref = "release-22.11";
rev = ''
<% git ls-remote https://github.com/nix-community/home-manager.git release-22.05 | awk '{ print $1 }' | tr -d '
<% git ls-remote https://github.com/nix-community/home-manager.git release-22.11 | awk '{ print $1 }' | tr -d '
' -%>'';
};
}