From d50c02d7081c9e25b117794df346f60265ffdfbc Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Wed, 18 May 2022 12:32:08 +0200 Subject: [PATCH] update --- apply.sh | 2 +- home-manager/home.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apply.sh b/apply.sh index fff529a..0df8d94 100755 --- a/apply.sh +++ b/apply.sh @@ -7,7 +7,7 @@ system=$(nix eval --raw .#stdenv.system) set -x nixos-rebuild build --flake .# nix build .#yorick-home --no-link -home-manager switch --flake .#$system +nix run .#update-home nixos-rebuild switch --flake .# --target-host root@localhost rm -f result set +x diff --git a/home-manager/home.nix b/home-manager/home.nix index 84ce9ee..e95d9de 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -92,9 +92,8 @@ in { shellAliases = { l = "ls"; ls = "exa"; - nr = ''nix repl ""''; + nr = ''nix repl "/home/yorick/dotfiles/repl.nix"''; "n." = "nix repl ."; - nsp = "nix-shell -p"; nsd = "nix show-derivation"; nb = "nix build"; nl = "nix log";