templates
templates copied to clipboard
Flake templates
Hi, I have a several local package use in the dotnet project. (*.nupkg) how to add those into dotnet template?
Having a local development environment for LaTeX is a real nightmare. Nix and nixpkgs bring some sanity to that world but I was surprised to see that there wasn't a...
Hey @domenkozar and others, I've noticed several issues and approved PRs growing old in this repo. I realize that it may not be as high a priority other parts of...
Looking at https://github.com/NixOS/templates/pull/58#discussion_r1065174752, @Smaug123 raises a good point. It doesn't make sense for folks submitting a new template to add themselves as a codeowner unless they're also given commit access...
The version of `flake-utils` we use in haskell.nix includes https://github.com/numtide/flake-utils/pull/97 The `packages` attribute was replaced instead of extended by the code that adds `packages.default`.
According to the [flake output schema docs](https://nixos.wiki/wiki/Flakes#Output_schema) the template `path` argument needs to be a nix store path. CI using something like ```bash nix --store ~/nix flake check -L ```...
I think it would be very useful to have a general template where people can add their dependencies and run `nix develop` (or whatever command is needed to open my...
The haskell template uses "`callCabal2nix`" which in turn uses IFD which is forbidden in flakes by default for a good reason.
Setup CI
There should be github actions that tests the common commands on all flakes. Would appreciate if someone can make a PR