mirror of
https://github.com/apple/pkl.git
synced 2026-03-02 06:07:43 +01:00
PKL Installation via Nix Packages #277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danteay on GitHub (Feb 13, 2025).
Request for Nix implementation
As Nix is getting more popular over the time should be great to create a native Nix derivation for Nix Packages or the NUR repository of Nix to be able to installed easilly on systems that implements Nix
For now my Work arround is create a custom Derivation on my projects where I have to mannually build download hashes for each version and System. Is not the best solution but works.
This is How it looks:
@StefMa commented on GitHub (Feb 13, 2025):
Dublicate of #113 and/or #183? 🤔
@danteay commented on GitHub (Feb 13, 2025):
Maybe just duplicate from #113. Request from #183 speaks about to PKL compile to
.nixas now compiles to yaml or json...@bioball commented on GitHub (Feb 14, 2025):
Closing this as a duplicate of #113. Let's continue the conversation there!