build: init at 0.0.1

This commit is contained in:
Mohammad Rafiq 2025-06-23 19:30:28 +08:00
commit 83dac23575
No known key found for this signature in database
6 changed files with 56 additions and 0 deletions

6
flake.nix Normal file
View file

@ -0,0 +1,6 @@
{
inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
outputs = inputs: {
packages.x86_64-linux.default = ./default.nix;
};
}