-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
WIP: Create a working flake.nix
#9952
base: main
Are you sure you want to change the base?
Conversation
The (limited) haskell-flake parser expects the first line to be just "packages:"
Also ignore Nix and direnv things in gitignore
`nix-shell` will basically now be an alias for `nix develop`
Got all the dependencies building, as well as the pandoc sources to build, but the
|
This feel closer to the goal than where it started, but without a working |
It is probably something to do with this: pandoc/pandoc-cli/pandoc-cli.cabal Lines 17 to 21 in 2f36df6
And how https://github.com/NixOS/cabal2nix (which |
Perhaps use one of the early ( |
flake.nix
based on haskell-flake, overriding dependenciesnix build
to worknix develop
) to workskylighting
Nix