flake: add code to build system from scratch
Won't use this everyday, but it's fun to try on a beefy Ryzen computer.
This commit is contained in:
parent
583bf276ac
commit
d3b6cd9126
11
flake.nix
11
flake.nix
|
@ -38,7 +38,16 @@
|
||||||
./boreal.nix
|
./boreal.nix
|
||||||
|
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [ emacs-overlay.overlay ];
|
nixpkgs.overlays = [
|
||||||
|
emacs-overlay.overlay
|
||||||
|
|
||||||
|
# uncomment this to build everything from scratch, fun but takes a
|
||||||
|
# while
|
||||||
|
#
|
||||||
|
# (self: super: {
|
||||||
|
# stdenv = super.impureUseNativeOptimizations super.stdenv;
|
||||||
|
# })
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue