From 87d92485dee276dd4b526772b1b7824027d4c10b Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Wed, 10 Jul 2024 13:04:20 +0200 Subject: [PATCH] feat: add flake support --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d49ef26..f671971 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; outputs = - inputs@{ self, nixpkgs, ... }: + inputs@{ self, nixpkgs, utils, ... }: utils.lib.eachSystem [ "x86_64-linux"