fix flake

This commit is contained in:
Vivian 2022-12-03 15:24:15 +01:00
parent d234c7e70c
commit 7931775d65

View file

@ -6,7 +6,8 @@
};
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
let inherit (flake-utils.lib) eachSystem system;
in eachSystem [ system.x86_64-linux ] (system:
let pkgs = nixpkgs.legacyPackages.${system};
in {
packages = rec {