From 66ccfe4b9151a45aecd7ae2228253370b4c057f9 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 26 May 2023 10:29:08 -0400 Subject: dub nix --- org/config_nix.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/config_nix.org') diff --git a/org/config_nix.org b/org/config_nix.org index a12a04f..e5e0739 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -36,7 +36,7 @@ devEnv = ./.envrc; # ./shell.nix; # ./default.nix; supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; - nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system;}); # nixpkgs instantiated for supported system types. + nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system;}); # nixpkgs instantiated for supported system types checkPhase = '' runHook preCheck dub test --combined --skip-registry=all -- cgit v1.2.3