24 lines
644 B
Nix
24 lines
644 B
Nix
{
|
|
channelsNixosStable = {
|
|
ref = "nixos-20.03";
|
|
rev = "730453919bdc191496eb5dda04d69c4c99c724b9";
|
|
};
|
|
channelsNixos1909 = {
|
|
ref = "nixos-19.09";
|
|
rev = "64565f9d8ffe5bc3737ebd5f6b97756fac16d23b";
|
|
};
|
|
channelsNixosUnstable = {
|
|
ref = "nixos-unstable";
|
|
rev = "0729b8c55e0dfaf302af4c57546871d47a652048";
|
|
};
|
|
nixpkgsMaster = {
|
|
url = "https://github.com/NixOS/nixpkgs/";
|
|
ref = "master";
|
|
rev = "47f61c9d7f116701ad9ca0d4b894ebb5f36ef5cf";
|
|
};
|
|
homeManagerModule = {
|
|
url = "https://github.com/rycee/home-manager";
|
|
ref = "release-19.09";
|
|
rev = "0d1ca254d0f213a118459c5be8ae465018132f74";
|
|
};
|
|
}
|