Skip to content

Commit

Permalink
Add flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ejovo13 committed Dec 8, 2024
1 parent 2c90f82 commit 4374b79
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
description = "Flake for libejovo C library";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};

outputs = {
self,
nixpkgs,
}: {
packages.x86_64-linux.default = import ./default.nix {
pkgs = import nixpkgs {system = "x86_64-linux";};
};
};
}

0 comments on commit 4374b79

Please sign in to comment.