dogetipbot-telegram: migrate to flake

This commit is contained in:
nyanloutre 2021-10-22 11:06:14 +02:00
parent e30775bb01
commit f7319c3e20
3 changed files with 44 additions and 23 deletions

45
flake.lock generated
View file

@ -1,12 +1,31 @@
{
"nodes": {
"dogetipbot-telegram": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1634893013,
"narHash": "sha256-6vcnuqNvg49PN+4FePU50CQpdy5dPbj7+58wD7duRlw=",
"owner": "nyanloutre",
"repo": "dogetipbot-telegram",
"rev": "8807fb1a2a8f2d965618e72daf300eba0233327b",
"type": "gitlab"
},
"original": {
"owner": "nyanloutre",
"ref": "master",
"repo": "dogetipbot-telegram",
"type": "gitlab"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1634758644,
"narHash": "sha256-H3UW/msC6wadg28lcgZv2Ge/P7dWxesL6i37a0GOeyM=",
"lastModified": 1627805549,
"narHash": "sha256-+LHhcpzw6vAxF6q0VSLkZSEGpDC02JN21KM8eUWz+is=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "70904d4a9927a4d6e05c72c4aaac4370e05107f3",
"rev": "16bf3980bfa0d8929639be93fa8491ebad9d61ec",
"type": "github"
},
"original": {
@ -47,6 +66,21 @@
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1634758644,
"narHash": "sha256-H3UW/msC6wadg28lcgZv2Ge/P7dWxesL6i37a0GOeyM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "70904d4a9927a4d6e05c72c4aaac4370e05107f3",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-21.05",
"type": "indirect"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1607522989,
"narHash": "sha256-o/jWhOSAlaK7y2M57OIriRt6whuVVocS/T0mG7fd1TI=",
@ -63,7 +97,8 @@
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"dogetipbot-telegram": "dogetipbot-telegram",
"nixpkgs": "nixpkgs_2",
"nixpkgs-nyanloutre-pysmart": "nixpkgs-nyanloutre-pysmart",
"nixpkgs-unstable": "nixpkgs-unstable",
"simple-nixos-mailserver": "simple-nixos-mailserver"
@ -71,7 +106,7 @@
},
"simple-nixos-mailserver": {
"inputs": {
"nixpkgs": "nixpkgs_2",
"nixpkgs": "nixpkgs_3",
"utils": "utils"
},
"locked": {