diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-29 13:12:16 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-29 15:39:03 -0400 |
commit | 6f5dd3d137eb65b777d4e24e367c63c3e4fd2d1f (patch) | |
tree | c6d44f2ea7a2eac41bc03d33e7cd03577de629b2 /org/config_nix.org | |
parent | 0.17.0 (diff) |
nix minor
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index 0e553b7..9f4617d 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -29,7 +29,8 @@ self, nixpkgs, flake-utils, - } @ inputs: let + ... + }@inputs: let pname = "spine"; version = "<<spine_version>>"; shell = ./shell.nix; @@ -449,6 +450,8 @@ with pkgs-nix; # foliate # ❯❯❯ i18n translation related # perl538Packages.Po4a + # ❯❯❯ dev + # openssl_3_3 ]; shellHook = '' ''; |