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

This commit is contained in:
steveej 2022-08-08 17:57:15 +02:00
parent 831da64f08
commit 888e414e25

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 = "9370544d849be8a07193e7611d02e6f6f1b10768"; rev = "3c8a5fa9a699d6910bbe70490918f1a4adc1e462";
}; };
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 = "7b9be38c7250b22d829ab6effdee90d5e40c6e5c"; rev = "4bdf4169ad2896236895ca607a843f30c9680345";
}; };
"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 = "b2544f1301520be456fc33d296e6c9a5f6126391"; rev = "0e27b0d8c3e0e5046b87369c18246ab1132a3568";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "7216cd1860bf12668a887d9a3565bd4c49d24f69"; rev = "6efa5c77edd931f53f4f68768ec54bbe596c8492";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";