adds display package

This commit is contained in:
2023-12-21 10:06:48 -05:00
parent 31895881a9
commit 5343f26ad9
28 changed files with 2412 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
nativeBuildInputs = [
go
];
}