infra/nix/os/devices/steveej-t480s-work/versions.nix

31 lines
752 B
Nix
Raw Normal View History

let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "13d0c311e3ae923a00f734b43fd1d35b47d8943a";
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "1dc37370c489b610f8b91d7fdd40633163ffbafd";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "3d04e9a779a3ca28230e0e8f3c4310264960e979";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-20.09";
rev = "abaebf3b346c4bef500c5bd2fdebbed109261a0c";
};
}