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 = ''
26eb67abc9a7370a51fcb86ece18eaf19ae9207f'';
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 = ''
fdebb81f45a1ba2c4afca5fd9f526e1653ad0949'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
83018dd5d795a7f0729c94c2d234986f2858c300'';
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
06e2c42ae411d57087217096cacb409ade96ac74'';
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = ''
b81e128fc053ab3159d7b464d9b7dedc9d6a6891'';
2020-12-21 14:35:50 +01:00
};
}