Skip to content

anka-213/cclaw-nix-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A bunch of nix packages

First install nix, with

sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume

Load the new environment with

. ~/.nix-profile/etc/profile.d/nix.sh

Next, install cachix, with

nix-env -f '<nixpkgs>' -iA cachix

Everything is prebuilt on both macos and linux. To use precompiled packages:

sudo cachix use cclaw

Install everything with

nix-env -if https://github.com/anka-213/cclaw-nix-stuff/archive/master.tar.gz

To see what would be installed, before installing it, add --dry-run

nix-env -if https://github.com/anka-213/cclaw-nix-stuff/archive/master.tar.gz --dry-run

Install a single package with for example

nix-env -iA gf-with-rgl -f https://github.com/anka-213/cclaw-nix-stuff/archive/master.tar.gz
nix-env -iA bnfc -f https://github.com/anka-213/cclaw-nix-stuff/archive/master.tar.gz

List of packages is in default.nix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages