2023-05-28 18:33:48 +02:00
2022-11-17 23:01:04 +01:00
2022-11-17 23:01:04 +01:00
2022-11-17 23:01:04 +01:00
2022-11-17 23:01:04 +01:00
2022-11-17 23:01:04 +01:00
2022-11-17 23:01:04 +01:00
2023-05-28 18:33:48 +02:00
2022-11-17 23:01:04 +01:00

testtepmlate

Nix Flake commands

# nix flake are experimental and required following options --experimental-features 'nix-command flakes'
# create alias for nix --experimental-features 'nix-command flakes'

alias nixe && echo Alias for nixe exists || alias nixe="nix --experimental-features 'nix-command flakes'"

# build 
nixe build

# run
nixe run

# open development shell
nixe develop

# update flake.lock
nixe run .#devTasks.updateFlakeLock

# tag project
nixe run .#devTasks.autoTag

Description
No description provided
Readme 34 KiB
Languages
Nix 88.4%
Shell 11.6%