nix/os/devices/steveej-t14: bump versions

This commit is contained in:
steveej 2022-07-31 14:49:59 +02:00
parent 291724aba9
commit baabb466aa

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05"; ref = "nixos-22.05";
rev = "e3583ad6e533a9d8dd78f90bfa93812d390ea187"; rev = "9370544d849be8a07193e7611d02e6f6f1b10768";
}; };
in in
@ -15,17 +15,17 @@ in
"channels-nixos-unstable" = { "channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable"; ref = "nixos-unstable";
rev = "e494a908e8895b9cba18e21d5fc83362f64b3f6a"; rev = "7b9be38c7250b22d829ab6effdee90d5e40c6e5c";
}; };
"channels-nixos-unstable-small" = { "channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small"; ref = "nixos-unstable-small";
rev = "5516b991bcc4c7a786a7d7eb5bb4a1d8dae0031b"; rev = "b2544f1301520be456fc33d296e6c9a5f6126391";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "a8a4f3dafa990ab0e26b07235ec0b9db1806f79f"; rev = "7216cd1860bf12668a887d9a3565bd4c49d24f69";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";