milewski-ctfp-pdf/default.nix
Guilherme Silva 67aae992c1 fixed nix build (#181)
* fixed nix build

* changed hello.nix to shell.nix
2019-02-19 13:51:17 +02:00

6 lines
121 B
Nix

# nix-shell --pure --command 'cd src; make'
let
nixpkgs = import <nixpkgs> {};
in
nixpkgs.callPackage ./shell.nix {}