From 5ad7aa5a93a0ec30cf826dfeef6ae15e01270679 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 12 Nov 2021 15:37:39 +0800 Subject: [PATCH] flake: fix previous commit --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 754b6dc5a..c62d3ccde 100644 --- a/flake.nix +++ b/flake.nix @@ -54,8 +54,7 @@ hydraJobs = { inherit (packages.x86_64-linux) nac3artiq; - devShell = devShell.x86_64-linux; - }; + } // (pkgs.lib.foldr (a: b: {"${a.name}" = a;} // b) {} devShell.x86_64-linux.buildInputs); }; nixConfig = {