All Projects → justinwoo → easy-dhall-nix

justinwoo / easy-dhall-nix

Licence: MIT license
Derivations for easily downloading Dhall binaries and putting them to use.

Programming Languages

Nix
1067 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to easy-dhall-nix

flake-utils-plus
Use Nix flakes without any fluff.
Stars: ✭ 280 (+1172.73%)
Mutual labels:  nix
nix-tutorials
Tutorials for Nix and Nixpkgs. Note so far it is a proof of concept.
Stars: ✭ 23 (+4.55%)
Mutual labels:  nix
emacs2nix
Automatically generate Nix expressions for Emacs packages
Stars: ✭ 23 (+4.55%)
Mutual labels:  nix
digga
A flake utility library to craft shell-, home-, and hosts- environments.
Stars: ✭ 818 (+3618.18%)
Mutual labels:  nix
napalm
Support for building npm packages in Nix and lightweight npm registry [maintainer @nmattia]
Stars: ✭ 80 (+263.64%)
Mutual labels:  nix
dotnix
nix stuff
Stars: ✭ 27 (+22.73%)
Mutual labels:  nix
dotfiles
Dotfiles
Stars: ✭ 25 (+13.64%)
Mutual labels:  nix
system
The system configuration of a professional yak shaver
Stars: ✭ 42 (+90.91%)
Mutual labels:  nix
nix-config
My personal nix config
Stars: ✭ 32 (+45.45%)
Mutual labels:  nix
nix-unstable-installer
A place to host Nix unstable releases.
Stars: ✭ 96 (+336.36%)
Mutual labels:  nix
easy-purescript-nix
Easy PureScript (and other tools) with Nix
Stars: ✭ 169 (+668.18%)
Mutual labels:  nix
nixops-tutorial
Tutorial for practical deployments with NixOps
Stars: ✭ 93 (+322.73%)
Mutual labels:  nix
nixcfg
My nix configuration(s), using flakes. It's my laptop, it's my servers, it's my everything, in code.
Stars: ✭ 44 (+100%)
Mutual labels:  nix
nix2container
An archive-less dockerTools.buildImage implementation
Stars: ✭ 133 (+504.55%)
Mutual labels:  nix
myconfig
my Linux Configuration
Stars: ✭ 23 (+4.55%)
Mutual labels:  nix
ghcide-nix
Nix installation for ghcide
Stars: ✭ 76 (+245.45%)
Mutual labels:  nix
piston-cli
Universal shell supporting code highlighting, files, and interpretation without the need to download a language.
Stars: ✭ 43 (+95.45%)
Mutual labels:  nix
yants
Yet Another Nix Type System | Source has moved to https://git.tazj.in/tree/nix/yants
Stars: ✭ 35 (+59.09%)
Mutual labels:  nix
nix-env-selector
Allows switch environment for Visual Studio Code using Nix Package Manager.
Stars: ✭ 154 (+600%)
Mutual labels:  nix
FullstackRustDemo
Novelty website + bucket questions implementation.
Stars: ✭ 40 (+81.82%)
Mutual labels:  nix

Easy Dhall Nix

Derivations for easily downloading Dhall binaries and putting them to use.

Trial

You can get an appropriate nix-shell with the binaries installed by first testing this with:

nix-shell

Installation

You might choose to simply copy the derivations from this repository, or you can fetch the git/Github repo using the various helpers:

> nix repl
nix-repl> pkgs = import ./nixpkgs.nix {}

nix-repl> drvs = import (pkgs.fetchFromGitHub {
  owner = "justinwoo";
  repo = "easy-dhall-nix";
  rev = # some REV
  sha256 = # some SHA
}) { inherit pkgs; }

nix-repl> drvs.dhall-simple
«derivation /nix/store/qz29jbplpmlvsbmq05084dh1fbs8sl0h-dhall-simple.drv»

NixOS: Contributors needed

The derivations here have been tested by others to work on NixOS. If you have problems, open an issue.

Update this repository

To update, run

./fetch.py

from the root of this repository. It will prefetch the binaries from the latest dhall release on Github.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].