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 = "2fbcd0b9df95306199407e36a038d2cc3aa24786";
};
in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "296793637b22bdb4d23b479879eba0a71c132a66";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "c908f3a45653b2f12eb42f569de05cfcf3d1df33";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-20.09";
rev = "63f299b3347aea183fc5088e4d6c4a193b334a41";
};
}