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

30 lines
752 B
Nix

let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "d4c29df154dc6397ea47a7ed7dd0450a46dd4695";
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "8c8731330b53ba0061686f36f10f101e662a4717";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "26f6af373ec1b867d751b56fb802f14010c8351b";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-20.09";
rev = "209566c752c4428c7692c134731971193f06b37c";
};
}