From cf21dd5c44985a8704fe1da793132710e0a596c6 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 7 Apr 2024 14:06:17 +0530 Subject: flake: clean up --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f025d16..0964f0f 100644 --- a/flake.nix +++ b/flake.nix @@ -6,11 +6,12 @@ outputs = { self, nixpkgs }: let lib = nixpkgs.lib; - supportedSystems = lib.platforms.unix; forSystem = f: system: f { inherit system; pkgs = import nixpkgs { inherit system; }; }; + + supportedSystems = lib.platforms.unix; forAllSystems = f: lib.genAttrs supportedSystems (forSystem f); in { devShells = forAllSystems ({ system, pkgs, ... }: { -- cgit v1.2.3