From 1f12376b63affd9ade417182b8ab29574c914e0e Mon Sep 17 00:00:00 2001 From: Thorn Avery Date: Sat, 3 Oct 2020 23:03:58 +1300 Subject: [PATCH] testing nix overlay 5 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ba6aa89..80a6be8 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs.nixpkgs.url = github:Nixos/nixpkgs/nixos-20.03; - outputs = { self, nixpkgs }: + outputs = { self, nix, nixpkgs }: let supportedSystems = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; forAllSystems =