mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 15:15:50 -06:00
WIP
This commit is contained in:
parent
64293ab8bf
commit
42842153d6
2 changed files with 9 additions and 27 deletions
|
@ -49,9 +49,6 @@
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" "FiraMono" ]; })
|
(nerdfonts.override { fonts = [ "FiraCode" "FiraMono" ]; })
|
||||||
];
|
];
|
||||||
|
|
||||||
# for compatibility add zsh to list of /etc/shells
|
|
||||||
environment.shells = with pkgs; [ zsh ];
|
|
||||||
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fuse
|
fuse
|
||||||
|
@ -108,19 +105,4 @@
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
environment.etc = {
|
|
||||||
issue.source = ./etc/issue;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.variables = {
|
|
||||||
NIX_LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
|
||||||
stdenv.cc.cc
|
|
||||||
openssl
|
|
||||||
|
|
||||||
zlib # for delta
|
|
||||||
];
|
|
||||||
NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,17 +5,17 @@
|
||||||
environment.shells = with pkgs; [ zsh ];
|
environment.shells = with pkgs; [ zsh ];
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
issue.source = ./etc/issue;
|
issue.source = ../etc/issue;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables = {
|
# environment.variables = {
|
||||||
NIX_LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
# NIX_LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
||||||
stdenv.cc.cc
|
# stdenv.cc.cc
|
||||||
openssl
|
# openssl
|
||||||
|
|
||||||
zlib # for delta
|
# zlib # for delta
|
||||||
];
|
# ];
|
||||||
NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
|
# NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
|
||||||
};
|
# };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue