fix path
This commit is contained in:
parent
df8c5a9dbe
commit
52b57a125b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(import ./utils/overlays/packages.nix)
|
(import ../utils/overlays/packages.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue