mirror of
https://github.com/hmemcpy/milewski-ctfp-pdf.git
synced 2024-11-29 16:37:17 +03:00
67aae992c1
* fixed nix build * changed hello.nix to shell.nix
6 lines
121 B
Nix
6 lines
121 B
Nix
# nix-shell --pure --command 'cd src; make'
|
|
let
|
|
nixpkgs = import <nixpkgs> {};
|
|
in
|
|
nixpkgs.callPackage ./shell.nix {}
|