From 5c71ee1ab535e5c9bfe85c53fd61705136812d99 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 31 May 2023 12:24:05 +0200 Subject: [PATCH 1/2] finally add a shorthand helper script for rsyncing repos to machines --- home/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index e537195..f971986 100644 --- a/home/home.nix +++ b/home/home.nix @@ -453,7 +453,8 @@ in binpath() { realpath $(${pkgs.which}/bin/which $1) } - ''; + '' + + (import ./scripts/reporsync.nix {inherit pkgs;}); oh-my-zsh = { From bfdb4d6225580a2bdb0b3b7aab052e9e60a10d04 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 1 Jun 2023 12:20:42 +0200 Subject: [PATCH 2/2] upgrade to nixpkgs-23.05 --- home/home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/home.nix b/home/home.nix index f971986..b9503b8 100644 --- a/home/home.nix +++ b/home/home.nix @@ -71,7 +71,6 @@ let ] ++ ( with gimpPlugins; [ - resynthesizer fourier lqrPlugin ] @@ -174,7 +173,7 @@ let devTools = [ curl httpie - gdb + #gdb #strace #ltrace #valgrind