auto-flake-update
Yorick van Pelt 2022-05-18 12:32:08 +02:00
parent 181db13393
commit d50c02d708
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -92,9 +92,8 @@ in {
shellAliases = {
l = "ls";
ls = "exa";
nr = ''nix repl "<nixpkgs>"'';
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";