start project
This commit is contained in:
15
flake.nix
Normal file
15
flake.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
description = "zremap nix flake";
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
|
||||
defaultPackage.x86_64-linux =
|
||||
with import nixpkgs { system = "x86_64-linux"; };
|
||||
stdenv.mkDerivation {
|
||||
pname = "zremap";
|
||||
version = "0.1";
|
||||
src = self;
|
||||
nativeBuildInputs = [ zig.hook ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user