mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
fix export section not written when needed
This commit is contained in:
6
default.nix
Normal file
6
default.nix
Normal file
@@ -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