generated from stubbfel/nix-project-template
46dce5ebadc582ee5ab7e8ae88b2195e6ec94ce0
manjaro-sway-mirror-arm-patch
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
Languages
Shell
61.2%
Nix
38.8%