This commit is contained in:
Robin Appelman 2023-06-01 19:45:14 +02:00
commit 503dd54815
4 changed files with 15 additions and 18 deletions

View file

@ -1,7 +1,9 @@
{
inputs = {
nixpkgs.url = "nixpkgs/release-23.05";
flake-utils.url = "github:numtide/flake-utils";
naersk.url = "github:nix-community/naersk";
naersk.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, flake-utils, naersk }: