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