infra/nix/os/devices/elias-e525/versions.nix

27 lines
743 B
Nix
Raw Normal View History

2022-01-15 20:34:30 +01:00
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11";
rev = "386234e2a61e1e8acf94dfa3a3d3ca19a6776efb";
};
2022-10-31 11:04:38 +01:00
in {
2022-01-15 20:34:30 +01:00
inherit nixpkgs;
2023-02-07 18:23:51 +01:00
nixos = nixpkgs // {suffix = "/nixos";};
2022-01-15 20:34:30 +01:00
"channels-nixos-stable" = nixpkgs;
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "5aaed40d22f0d9376330b6fa413223435ad6fee5";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "c4d1eff44eb12cb5500fb2ab05a1a7303711254e";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.11";
rev = "697cc8c68ed6a606296efbbe9614c32537078756";
};
}