From 6e4772981f0b6e144663acff89a94db2f57e1684 Mon Sep 17 00:00:00 2001 From: Thorn Avery Date: Sat, 3 Oct 2020 23:03:14 +1300 Subject: [PATCH] testing nix overlay 4 --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5a8bc7e..ba6aa89 100644 --- a/flake.nix +++ b/flake.nix @@ -3,14 +3,13 @@ inputs.nixpkgs.url = github:Nixos/nixpkgs/nixos-20.03; - outputs = { self, nixpkgs }: { + outputs = { self, nixpkgs }: let supportedSystems = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f system); version = "1.0.0"; in { - overlay = final: prev: { swatch = with final; let nix = final.nix; in stdenv.mkDerivation { name = "swatch-${version}";