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

This commit is contained in:
steveej 2021-10-27 09:30:08 +02:00
parent 68d74c3289
commit 95f1db6a6a

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "70904d4a9927a4d6e05c72c4aaac4370e05107f3";
rev = "5ebb1dca9bb056649cbd023f953c0c4e7970bb72";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "5f0194220f2402b06f7f79bba6351895facb5acb";
rev = "34ad3ffe08adfca17fcb4e4a47bb5f3b113687be";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "a9efc15c162d747295cb97964512cbc7fd2593e7";
rev = "c1b09e792f9f86fd7e20ee0a05a7778ede689900";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";