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

This commit is contained in:
steveej 2023-04-11 10:05:43 +02:00
parent 19ef33df4d
commit 4fcddef112

View file

@ -3,7 +3,7 @@ let
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.11";
rev = ''
884e3b68be02ff9d61a042bc9bd9dd2a358f95da'';
ea96b4af6148114421fda90df33cf236ff5ecf1d'';
};
in {
inherit nixpkgs;
@ -13,24 +13,24 @@ in {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
7c656856e9eb863c4d21c83e2601dd77f95f6941'';
db24d86dd8a4769c50d6b7295e81aa280cd93f35'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
f521f4613355f8628fe378dad4c41d3fd8886966'';
2d79f0ccbd2a418f1582b7a97a57683403512188'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
fc46a9d1e2b30321a2497e413eb1562c9cfda5b6'';
152a7b64ae22d2b0c5f6043868d2c98b74390517'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.11";
rev = ''
83110c259889230b324bb2d35bef78bf5f214a1f'';
f9edbedaf015013eb35f8caacbe0c9666bbc16af'';
};
}