Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project0: README.md: Text talks about LICENSE file being placed, expiriencing different result #64

Open
Anton-Latukha opened this issue Oct 6, 2018 · 0 comments

Comments

@Anton-Latukha
Copy link
Contributor

Anton-Latukha commented Oct 6, 2018

https://github.com/Gabriel439/haskell-nix/blob/774325aeeba379f42d3e11ab824cc8c78876eb40/project0/README.md#L40-L58

Real result right now:

$ 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
@Anton-Latukha 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant