Merge pull request #92 from NixOS/fix-nix-env

fix nix-env evaluation
This commit is contained in:
Jörg Thalheim
2019-01-09 09:03:02 +01:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
language: nix
script: nix-build --dry-run --show-trace
script: nix-build release.nix --dry-run --show-trace