fixed hacking.nix added ansible to installed dev packages

This commit is contained in:
Random936 2024-11-02 15:07:20 -07:00
parent 3a3b142f4b
commit a62bdac61a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ lib, config, pkgs, ... }: { lib, config, pkgs, ... }:
let let
mypkgs = import ../packages/all-packages.nix { mypkgs = import ../../packages/all-packages.nix {
inherit pkgs lib config; inherit pkgs lib config;
}; };
in { in {

View File

@ -36,6 +36,7 @@ in {
cargo cargo
python3 python3
gnumake gnumake
ansible
]; ];
programs = { programs = {