fix: call flake-compat

This commit is contained in:
Giulio De Pasquale 2024-12-28 18:08:20 +00:00
parent 5a8c180f37
commit de670c10a8

View File

@ -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};