all repos — nix-packages @ 56c4129da3f7e6956af4e1d3a7c0fe69568c3a3a

My personal collection of packages for nix

justfile (view raw)

1
2
3
4
5
6
7
[private]
default:
    @just --list

attrs:
    nix-instantiate --eval --raw \
        --expr 'builtins.concatStringsSep "\n" (import ./attrs.nix {})'