This commit is contained in:
Nathan McCarty 2025-01-09 10:58:16 -05:00
parent 1e35472464
commit cf648f81ad
7 changed files with 78 additions and 56 deletions

View file

@ -23,7 +23,10 @@
"/share"
];
};
libPackages = with pkgs; [ readline70 openssl ];
libPackages = with pkgs; [
readline70
openssl
];
in
pkgs.mkShell {
buildInputs =