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 = "36e15cd6e7d55ba143caf3dc930467ace573d85c";
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 = "266dc8c3d052f549826ba246d06787a219533b8f";
2020-12-21 14:35:50 +01:00
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "e9f42f11e5c43893babbe832a1e835e0eefc5ac8";
2020-12-21 14:35:50 +01:00
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-20.09";
rev = "209566c752c4428c7692c134731971193f06b37c";
2020-12-21 14:35:50 +01:00
};
}