Commit graph

12 commits

Author SHA1 Message Date
ebf8468807
tree-wide: format with nixfmt
Another saturday another useless formatter change.
It's my dotfiles, after all

alejandra doesn't handle c-style inline comments well.
2025-11-08 10:15:58 +08:00
8cc6d2b71c
remove niv residue
```fish
for d in {.,**/*}
    if [ ! -d $d ]; continue; end

    set from ./nix/sources.nix
    set to   ./npins

    set from (realpath -s $from --relative-to $d)
    set to   (realpath -s $to   --relative-to $d)

    echo "($d, $from, $to)"

    for f in $d/*
        if [ ! -f $f ]; continue; end
        sed -i "s=$from=$to=" $f
    end
end
```
2025-07-03 08:39:28 +02:00
79ee2b4908
chore: run alejandra 2025-06-20 21:41:16 +02:00
a79628d7e2
devShells/flora: update ghc to 9.10 2025-06-04 11:30:38 +02:00
420d265ba3
nix: rename pins 2025-04-30 15:35:16 +02:00
30bf52a283
nix/devshell: pin fourmolu 0.17.0.0 2025-04-13 19:52:22 +02:00
66885d447e
nix/devshell: pin unstable 2025-04-13 00:49:18 +02:00
e632c1e01f
nix/devShell: add cabal-fmt 2025-04-12 15:24:54 +02:00
eeea9acbfa
nix/devShell: make sure libraries are exposed for flora 2025-04-12 12:47:22 +02:00
1d6fc79862
nix/devShell: naively pin unstable for libpq 2025-04-12 11:41:17 +02:00
d481affc6d
devShells/flora: +yarn 2025-04-02 01:15:00 +02:00
66731f727e
devShells: +flora 2025-03-29 09:43:39 +01:00