You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tree result/
result/
└── bin
└── project0
1 directory, 1 file
I remember remotely there was work around distribution of LICENSE files.
Testing
Of course:
$ nixos-version
19.03pre153701.46651b82b87 (Koi)
Looked, and seems like it should be any other distro.
host$ docker run -it nixos/nix /bin/sh # Alpine Linux
--- # Than you can literally run this:
nix-env -i git ghc tree
git clone https://github.com/Gabriel439/haskell-nix.git
cd haskell-nix/project0/
nix-build release0.nix
tree result
--- # And get the same result, now on non-NixOS Linux
result/
└── bin
└── project0
1 directory, 1 file
The text was updated successfully, but these errors were encountered:
Anton-Latukha
changed the title
project0: README.md: Text talks about License file being places, expiriencing different result
project0: README.md: Text talks about LICENSE file being places, expiriencing different result
Oct 6, 2018
Anton-Latukha
changed the title
project0: README.md: Text talks about LICENSE file being places, expiriencing different result
project0: README.md: Text talks about LICENSE file being placed, expiriencing different result
Oct 6, 2018
https://github.com/Gabriel439/haskell-nix/blob/774325aeeba379f42d3e11ab824cc8c78876eb40/project0/README.md#L40-L58
Real result right now:
I remember remotely there was work around distribution of LICENSE files.
Testing
Of course:
Looked, and seems like it should be any other distro.
The text was updated successfully, but these errors were encountered: