mirror of
https://github.com/exoticorn/microw8.git
synced 2026-06-27 21:39:38 +02:00
fix export section not written when needed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation {
|
||||
name = "dev-environment"; # Probably put a more meaningful name here
|
||||
buildInputs = [ pkg-config libxkbcommon ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user