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, ... }:
let
mypkgs = import ../packages/all-packages.nix {
mypkgs = import ../../packages/all-packages.nix {
inherit pkgs lib config;
};
in {