feat: add flake support
This commit is contained in:
parent
a275cd199d
commit
6cc2e90a86
@ -12,7 +12,9 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
||||
adam-gui-libs = with pkgs; [
|
||||
libGL pkg-config xorg.libX11.dev xorg.libXcursor xorg.libXi xorg.libXinerama xorg.libXrandr xorg.libXxf86vm
|
||||
];
|
||||
pkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
overlays = [ self.overlays.default ];
|
||||
@ -35,7 +37,7 @@
|
||||
buildInputs = [
|
||||
gcc
|
||||
go
|
||||
] ++ libs;
|
||||
] ++ adam-gui-libs;
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user