Yann Büchau :python: on Nostr: nprofile1q…x8j6a Yes, there are many tools that provide pinning capabilities ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqhg2hvzx6sxxrwkk5a90eskxm9qu00lw26faq8yvdukfv7295uz6ssx8j6a (nprofile…8j6a) Yes, there are many tools that provide pinning capabilities (krops, niv, npins, ...), but all of them do the part weirdly where you get the actual source into your nix files. You always have to `import ./some/file.nix`. We already have a good mechanism to load deps, which is angle brackets like `<nixpkgs>`. I wonder why no tool seems to use this. The angle brackets make it immediately clear in the code what are external dependencies. And paths <nixpkgs/nixos/modules...> are possible.