Use system-installed nix directly
This commit is contained in:
parent
09c61a3458
commit
4d3c6a9684
@ -68,7 +68,6 @@ in rec {
|
|||||||
loadout = pkgs.buildEnv {
|
loadout = pkgs.buildEnv {
|
||||||
name = "loadout";
|
name = "loadout";
|
||||||
paths = [
|
paths = [
|
||||||
pkgs2305.nix
|
|
||||||
pkgs.dosfstools
|
pkgs.dosfstools
|
||||||
|
|
||||||
pkgs.gnugrep
|
pkgs.gnugrep
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
zshrc = pkgs.writeTextDir ".zshrc" ''
|
zshrc = pkgs.writeTextDir ".zshrc" ''
|
||||||
# Import before anything else, so that we have the full PATH available for
|
# Import before anything else, so that we have the full PATH available for
|
||||||
# everything following
|
# everything following
|
||||||
. ${pkgs.nix}/etc/profile.d/nix.sh
|
. /etc/profile.d/nix-daemon.sh
|
||||||
|
|
||||||
# oh-my-zsh
|
# oh-my-zsh
|
||||||
export ZSH=${pkgs.oh-my-zsh}/share/oh-my-zsh
|
export ZSH=${pkgs.oh-my-zsh}/share/oh-my-zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user