mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Move to Lix
This commit is contained in:
parent
e7e1874516
commit
19b92cd8fd
1 changed files with 7 additions and 1 deletions
|
@ -138,7 +138,13 @@ in
|
||||||
{
|
{
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nix;
|
# package = pkgs.nix;
|
||||||
|
package = pkgs.lix.overrideAttrs (oldAttrs: {
|
||||||
|
postPatch = (oldAttrs.postPatch or "") + ''
|
||||||
|
substituteInPlace src/libmain/shared.cc \
|
||||||
|
--replace-fail "(Lix, like Nix)" "but for lesbians"
|
||||||
|
'';
|
||||||
|
});
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
build-users-group = "nixbld";
|
build-users-group = "nixbld";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue