mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
Just: fix overlay path
This commit is contained in:
parent
bc3d339e30
commit
7d3987bdc8
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -30,7 +30,7 @@ env name action profilePath="~/.environments":
|
|||
drv=$(nix-build -E "
|
||||
let sources = import ./nix/sources.nix {};
|
||||
pkgs = import sources.nixpkgs {
|
||||
overlays = with (import ../overlays); [
|
||||
overlays = with (import ./nix/overlays); [
|
||||
packages
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue