python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
nixos installation issue,'command not found: nix'
I deleted /nix and started a fresh install of nix, however after installing nix install nix (MACBook Pro M1 arm64 BigSur) with sh <(curl -L https://nixos.org/nix/install) I run $ nix but I get ...

Neo
Votes: 0
Answers: 1
How to get use `callCabal2nix` to supply package list to 'ghcWithPackages'?
I have a list of ~46 dependencies.
I produce a shell using among other things a call to:
server = pkgs.haskellPackages.callCabal2nix "server" ./server.cabal { };
within an override of pkgs....

Paul Parker
Votes: 0
Answers: 1
(Replit) Nix: How do I add a package to .nix?
Edit: Solution
I have a python script, and I need to run the script by running python3 myscript.py, however I get this message:
python3: command not installed. Multiple versions of this command were ...
user12345432109890
Votes: 0
Answers: 1