We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I changed my mind about #98
But we should do it a limited manner. In particular nix flake init should only bring the following files:
nix flake init
flake.nix
fourmolu.yaml
hie.yaml
justfile
Jenkinsfile
.hlint.yaml
.envrc
Basically help automate modernization work like srid/commonmark-simple@4339af1
The text was updated successfully, but these errors were encountered:
Add flake template
66c0fc7
A start at #120
Split flake.nix into various modules
60c8b39
This will be useful during `om init` to ignore the template itself for #120
You can now run:
nix flake init -t github:srid/haskell-template
This includes all files. A better way to initialize the template will be provided as part of juspay/omnix#152
Sorry, something went wrong.
A better way to initialize the template will be provided as part of juspay/omnix#152
https://omnix.page/om/init.html
srid
No branches or pull requests
I changed my mind about #98
But we should do it a limited manner. In particular
nix flake init
should only bring the following files:flake.nix
fourmolu.yaml
hie.yaml
justfile
Jenkinsfile
.hlint.yaml
.envrc
Basically help automate modernization work like srid/commonmark-simple@4339af1
The text was updated successfully, but these errors were encountered: