c2a37b5f72
shell: remove hls
2025-12-05 20:44:51 +08:00
fb1f6624f9
hetzner_benchmark: init ( #21 )
...
Reviewed-on: https://codeberg.org/leana8959/.files/pulls/21
Co-authored-by: Léana 江 <leana.jiang+git@icloud.com>
Co-committed-by: Léana 江 <leana.jiang+git@icloud.com>
2025-11-08 05:50:00 +01:00
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
6e74d28502
nix: bring xmobar in shell ghc libraries
2025-08-07 13:29:26 +02:00
b8f129fed7
nix/shell: remove redundant overlay
2025-07-08 10:39:33 +02:00
363a8f4036
shell: use nix-shell args to call
...
This makes the different shell options easier to compose with
2025-07-04 17:36:33 +02: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
0421536d27
shell: fix incorrect schema
2025-07-01 20:39:38 +02:00
28b987bf6d
shell: chunk up usecases
2025-06-28 14:14:44 +02:00
8e540bcfb9
packages: rework package set organisation
...
make package set self referential
collapse redundant files for package plumbing
rework packages overlay and simplify scope
update altiosevka font
make altiosevka an overlay instead
note
invert package logic
scope overlay
unify package overlay logic
fix overlay reference
2025-05-28 04:30:12 +02:00
295bea4e87
shell: fix overlay and update
2025-05-27 21:19:22 +02:00
5016af9c6d
vanadium: move haskell tools to environment
2025-05-10 22:01:20 +02:00
907a2b377e
nix: update shell.nix
2025-04-06 21:39:36 +02:00
8ddc0b1dd3
nix: add devShell
2025-04-06 19:02:57 +02:00