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

38 lines
969 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 = ''
0faaf0a9bb6dedb69bfd43ac06fb27fadc476c51'';
2020-12-21 14:35:50 +01:00
};
2022-10-31 11:04:38 +01:00
in {
2020-12-21 14:35:50 +01:00
inherit nixpkgs;
2022-10-31 11:04:38 +01:00
nixos = nixpkgs // { suffix = "/nixos"; };
2020-12-21 14:35:50 +01:00
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
27ccd29078f974ddbdd7edc8e38c8c8ae003c877'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
be82636dc642523617a5c70d7989755223cb66b5'';
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
9ecb3b8e4440db6051202d5183139c2608ea8ba4'';
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = ''
6639e3a837fc5deb6f99554072789724997bc8e5'';
2020-12-21 14:35:50 +01:00
};
}