ma krops: bump home-manager , nix-hardware
This commit is contained in:
parent
50f7c5b2c3
commit
f3d8111deb
|
@ -75,20 +75,20 @@
|
||||||
(lib.mkIf ( host-src.hw ) {
|
(lib.mkIf ( host-src.hw ) {
|
||||||
nixos-hardware.git = {
|
nixos-hardware.git = {
|
||||||
url = https://github.com/nixos/nixos-hardware.git;
|
url = https://github.com/nixos/nixos-hardware.git;
|
||||||
ref = "12620020f76b1b5d2b0e6fbbda831ed4f5fe56e1";
|
ref = "9d87bc030a0bf3f00e953dbf095a7d8e852dab6b";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
(lib.mkIf ( host-src.nix-ld ) {
|
(lib.mkIf ( host-src.nix-ld ) {
|
||||||
nix-ld.git = {
|
nix-ld.git = {
|
||||||
url = https://github.com/Mic92/nix-ld.git;
|
url = https://github.com/Mic92/nix-ld.git;
|
||||||
ref = "c25cc4b";
|
ref = "7d251c0c5adf6b9b003499243be257d0f130b3d6";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(lib.mkIf ( host-src.home-manager ) {
|
(lib.mkIf ( host-src.home-manager ) {
|
||||||
home-manager.git = {
|
home-manager.git = {
|
||||||
url = https://github.com/rycee/home-manager;
|
url = https://github.com/rycee/home-manager;
|
||||||
ref = "1de492f";
|
ref = "054d9e3187ca00479e8036dc0e92900a384f30fd";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue