Fix utf-8
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
qvalentin 2023-06-20 17:54:50 +02:00
parent 6e43e10d1f
commit eedc21fb8e
6 changed files with 233 additions and 10 deletions

14
backend/nix/sources.json Normal file
View file

@ -0,0 +1,14 @@
{
"nixpkgs": {
"branch": "nixpkgs-unstable",
"description": "Nix Packages collection",
"homepage": "https://github.com/NixOS/nixpkgs",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "abfd31179174133ab8131139d650297bf4da63b7",
"sha256": "1jmkz6l7sj876wzyn5niyfaxshbmw9fp3g8r41k1wbjvmm5xrnsn",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/abfd31179174133ab8131139d650297bf4da63b7.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}