From 7931775d655a0cdc15413b260bd2d5c724f04c60 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Sat, 3 Dec 2022 15:24:15 +0100 Subject: [PATCH] fix flake --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 499dbc3..16bd187 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {