aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_nix.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-05-26 10:29:08 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-05-26 10:29:08 -0400
commit66ccfe4b9151a45aecd7ae2228253370b4c057f9 (patch)
treed6fd84034665a1e6f8ea88e78194bcc38fa85eba /org/config_nix.org
parentocda org file ("metaverse" renamed) (diff)
dub nix
Diffstat (limited to 'org/config_nix.org')
-rw-r--r--org/config_nix.org2
1 files changed, 1 insertions, 1 deletions
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