lapce icon indicating copy to clipboard operation
lapce copied to clipboard

Add Nix flake

Open enderger opened this issue 3 years ago • 1 comments

  • [ ] Added an entry to CHANGELOG.md if this change could be valuable to users

enderger avatar Oct 22 '22 01:10 enderger

Please see https://github.com/lapce/lapce/issues/1049

panekj avatar Oct 22 '22 09:10 panekj

Since nix manifests can be defined in nixpkgs, it's preferable that it's maintained in Nix repo. Closing for now.

panekj avatar Dec 27 '22 16:12 panekj

😢 a nix flake in the dev repo is not the same thing as a nixpkgs. nixpkgs is meant as a stable product, a flake allows you to build and test the dev version. A proper flake and you can test a pr with one command or add a specific branch/pr with not much fuzz to any system.

poelzi avatar Jun 19 '23 12:06 poelzi