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

This commit is contained in:
steveej 2022-06-02 11:33:09 +02:00
parent 71dfcba9a4
commit aec8ff4e9a

View file

@ -1,8 +1,8 @@
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11";
rev = "9bc0e974545d5bc4c24e1ed047be0dc4e30e494b";
ref = "nixos-22.05";
rev = "08950a6e29cf7bddee466592eb790a417550f7f9";
};
in
@ -12,25 +12,19 @@ in
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-21.05" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "530a53dcbc9437363471167a5e4762c5fcfa34a1";
};
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "83658b28fe638a170a19b8933aa008b30640fbd1";
rev = "f1c167688a6f81f4a51ab542e5f476c8c595e457";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "01c1bb59d04b4ab2455fe27c0747807323f46576";
rev = "7c64469d8fa13cd9655a3044750fc379abea3c3c";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.11";
rev = "d93d56ab8c1c6aa575854a79b9d2f69d491db7d0";
ref = "release-22.05";
rev = "ac2287df5a2d6f0a44bbcbd11701dbbf6ec43675";
};
}