feat(nix-flake): add nix flake and nix module
This commit is contained in:
parent
21d580d1a6
commit
ddaf33b4f8
6 changed files with 226 additions and 0 deletions
21
nix/gomod2nix.toml
Normal file
21
nix/gomod2nix.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
schema = 3
|
||||
|
||||
[mod]
|
||||
[mod."github.com/AlexEidt/Vidio"]
|
||||
version = "v1.5.1"
|
||||
hash = "sha256-WdnCYjxbFqDmh/IVaVCCc1TzvklKdJtDMdIgn6m6NTM="
|
||||
[mod."github.com/BurntSushi/toml"]
|
||||
version = "v1.5.0"
|
||||
hash = "sha256-wX8bEVo7swuuAlm0awTIiV1KNCAXnm7Epzwl+wzyqhw="
|
||||
[mod."github.com/imperatrona/twitter-scraper"]
|
||||
version = "v0.0.16"
|
||||
hash = "sha256-nbv9fI6/3OxnC8NaLO82UfcwbJMz1jxvfNjZPOrILzM="
|
||||
[mod."github.com/jmoiron/sqlx"]
|
||||
version = "v1.4.0"
|
||||
hash = "sha256-0H132+A983nBr2zEyCKsJoBCZlC9pG+ylEcGysxKL4M="
|
||||
[mod."github.com/mattn/go-sqlite3"]
|
||||
version = "v1.14.24"
|
||||
hash = "sha256-taGKFZFQlR5++5b2oZ1dYS3RERKv6yh1gniNWhb4egg="
|
||||
[mod."golang.org/x/net"]
|
||||
version = "v0.37.0"
|
||||
hash = "sha256-sZKbJISVdBwyuYRQgrraTKxeIORWlzK5hScceQ2dE58="
|
Loading…
Add table
Add a link
Reference in a new issue