infra/nix/os/devices/steveej-t14/versions.nix

36 lines
930 B
Nix
Raw Normal View History

2020-12-21 14:35:50 +01:00
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "16236dd7e33ba4579ccd3ca8349396b2f9c960fe";
2020-12-21 14:35:50 +01:00
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "a63021a330d8d33d862a8e29924b42d73037dd37";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "9f908318684fd0968a68a31495c0807c0be3f403";
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "df8b4cc43fc79589522f7006c94f7beca614bcd8";
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = "4a3d01fb53f52ac83194081272795aa4612c2381";
2020-12-21 14:35:50 +01:00
};
}