diff --git a/home/modules/hacking.nix b/home/modules/hacking.nix index d3b6cd9..fd46ef3 100644 --- a/home/modules/hacking.nix +++ b/home/modules/hacking.nix @@ -1,6 +1,6 @@ { lib, config, pkgs, ... }: let - mypkgs = import ../packages/all-packages.nix { + mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; }; in { diff --git a/home/shared.nix b/home/shared.nix index d88aac5..72a9a9b 100644 --- a/home/shared.nix +++ b/home/shared.nix @@ -36,6 +36,7 @@ in { cargo python3 gnumake + ansible ]; programs = {