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

31 lines
752 B
Nix
Raw Normal View History

2020-12-21 14:35:50 +01:00
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "33824cdf8e4fec30c5b9ddc91b18991c3c375227";
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 = "7a1fbc38a4b538450ac0d42aec8a3e513b4d723e";
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "108a8bde630de25ab7bc05bc76dced1833415250";
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-20.09";
rev = "2aa20ae969f2597c4df10a094440a66e9d7f8c86";
2020-12-21 14:35:50 +01:00
};
}