1
0
stubbfelnewpc 495aabf222 use repo name
2022-11-01 14:41:18 +00:00
2022-11-01 13:41:22 +00:00
2022-11-01 14:40:08 +00:00
2022-11-01 13:41:22 +00:00
2022-11-01 13:41:22 +00:00
2022-11-01 13:41:22 +00:00
2022-11-01 13:41:22 +00:00
2022-11-01 13:41:22 +00:00
2022-11-01 14:41:18 +00:00
2022-11-01 13:41:22 +00:00
2022-11-01 14:27:00 +00:00

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 50 KiB
Languages
Nix 98.3%
Shell 1.7%