From da45a35f096465b93a3a95cf9d3ac3a6236a6c97 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 8 Apr 2024 21:34:29 +0530 Subject: flake: clean up --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 42dfbd2..c7517df 100644 --- a/flake.nix +++ b/flake.nix @@ -4,11 +4,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