From 4d3c6a9684a05cf371e2f5b0e2f846d52e6c8101 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 28 Feb 2024 15:10:56 +0100 Subject: [PATCH] Use system-installed nix directly --- default.nix | 1 - zsh/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/default.nix b/default.nix index c2ac345..62389a1 100644 --- a/default.nix +++ b/default.nix @@ -68,7 +68,6 @@ in rec { loadout = pkgs.buildEnv { name = "loadout"; paths = [ - pkgs2305.nix pkgs.dosfstools pkgs.gnugrep diff --git a/zsh/default.nix b/zsh/default.nix index 4015ce6..14c0db1 100644 --- a/zsh/default.nix +++ b/zsh/default.nix @@ -8,7 +8,7 @@ zshrc = pkgs.writeTextDir ".zshrc" '' # Import before anything else, so that we have the full PATH available for # everything following - . ${pkgs.nix}/etc/profile.d/nix.sh + . /etc/profile.d/nix-daemon.sh # oh-my-zsh export ZSH=${pkgs.oh-my-zsh}/share/oh-my-zsh