index
:
anki-cli.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flake.nix
blob: a080e4ce4289e146941b05f1a482d9f6ac93b946 (
plain
)
1
2
3
4
5
{ outputs = {...}: { packages.x86_64-linux.default = import ./package.nix; }; }