mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Temporarily use different nix repo
Pin kernel... adam :( symlink zpool cache because eelco told me so
This commit is contained in:
parent
fb8fe4b396
commit
70de5227fd
5 changed files with 26 additions and 12 deletions
|
|
@ -26,7 +26,11 @@
|
|||
#
|
||||
# Use nix directly from master
|
||||
#
|
||||
package = nix.packages.default;
|
||||
package = nix.packages.default.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
mainProgram = "nix";
|
||||
};
|
||||
});
|
||||
#
|
||||
# Other nix settings
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue