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

30 lines
752 B
Nix

let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "16bf3980bfa0d8929639be93fa8491ebad9d61ec";
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "8ecc61c91a596df7d3293603a9c2384190c1b89a";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "29c76b8c02676fba7a65c5f1228db8e727f33617";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.05";
rev = "b39647e52ed3c0b989e9d5c965e598ae4c38d7ef";
};
}