From de670c10a8bc1a5e382321aaedc6e11223921e96 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 28 Dec 2024 18:08:20 +0000 Subject: [PATCH] fix: call flake-compat --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index dcf7a5b..3fae352 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"; }; - outputs = { self, nixpkgs, flake-utils }: + outputs = { self, nixpkgs, flake-utils, flake-compat }: flake-utils.lib.eachDefaultSystem (system: let pkgs = nixpkgs.legacyPackages.${system};