3965fe943d
Just: --fast is deprecated
2025-11-28 09:54:05 +08:00
0cdd300498
Just: remove sudo usages
2025-11-02 14:49:24 +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
ebbc034bf8
Just: cleanup task
2025-07-01 13:43:45 +02:00
c509d80b58
Just: update just calls npins
2025-06-20 12:37:16 +02:00
8e44e94561
just: update sources invocation
2025-06-20 12:07:55 +02:00
be3a2bd095
Just: notes
2025-06-10 12:29:46 +02:00
5fee505588
Just: remove environment code
2025-05-22 23:46:12 +02:00
7d3987bdc8
Just: fix overlay path
2025-05-21 10:48:08 +02:00
c68631b3aa
Just: update overlay used in nix-env setup
2025-05-20 18:16:39 +02:00
c916ee362e
altiosevka: pin
2025-05-20 11:05:05 +02:00
f939be5249
env: make script aware of overlays
2025-05-10 20:03:49 +02:00
6b71947f89
env: add simple env to test out buildEnv and profiles
2025-05-10 19:27:01 +02:00
b20a752858
Add tungsten ( #9 )
...
Reviewed-on: https://codeberg.org/leana8959/.files/pulls/9
Co-authored-by: Léana 江 <leana.jiang+git@icloud.com>
Co-committed-by: Léana 江 <leana.jiang+git@icloud.com>
2025-04-10 23:25:55 +00:00
1848be039a
just: specify file for os command
2025-04-10 23:16:36 +02:00
a7d4a0deec
Just: improve update script
2025-04-01 22:50:48 +02:00
ec7246e524
nix: refactor modules pass 1
2025-04-01 21:35:06 +02:00
a4ced1909a
Just: add niv update
2025-03-24 18:01:19 +01:00
6b61034e87
Just: fake nixos-rebuild
2025-03-24 17:09:29 +01:00
d15061dd8d
Just: utilities for flake-less design
2025-03-24 15:14:44 +01:00
fd771a70e3
nix: remove deploy-rs
2025-03-23 19:41:27 +01:00
023a029c94
flake: make autoupdate update nixos-hardware
2025-01-14 21:09:37 +01:00
e951ff8121
just: use nom directly
2024-11-30 21:56:16 +01:00
56943c41b2
build: update Justfile
2024-11-17 20:13:08 +01:00
0ed1029cdc
just: no need for glue rule
2024-10-30 21:53:29 +01:00
b160e4dfd8
Justfile with update helpers
2024-10-30 20:20:06 +01:00