chrootenv: remove default.nix from src

This commit is contained in:
Tom Bereknyei
2022-02-05 03:01:03 -05:00
committed by tomberek
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 ];