chrootenv: remove default.nix from src

This commit is contained in:
Tom Bereknyei 2022-02-01 17:25:56 -05:00 committed by tomberek
parent deb06498e0
commit ef63ee9504
3 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "chrootenv"; name = "chrootenv";
src = ./.; src = ./src;
nativeBuildInputs = [ meson ninja pkg-config ]; nativeBuildInputs = [ meson ninja pkg-config ];
buildInputs = [ glib ]; buildInputs = [ glib ];