fix export section not written when needed

This commit is contained in:
2021-11-16 07:52:06 +01:00
parent 812847d9e5
commit 14810b7fc8
3 changed files with 15 additions and 9 deletions

6
default.nix Normal file
View File

@@ -0,0 +1,6 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "dev-environment"; # Probably put a more meaningful name here
buildInputs = [ pkg-config libxkbcommon ];
}