fix: call flake-compat
This commit is contained in:
parent
5a8c180f37
commit
de670c10a8
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user