chrootenv: remove default.nix from src
This commit is contained in:
parent
deb06498e0
commit
ef63ee9504
3 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
name = "chrootenv";
|
||||
src = ./.;
|
||||
src = ./src;
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkg-config ];
|
||||
buildInputs = [ glib ];
|
||||
|
|
Loading…
Reference in a new issue