nix flake for DiceMaiden bot

This commit is contained in:
xenofem 2022-07-24 02:18:05 -04:00
commit 603a1dbd45
4 changed files with 488 additions and 0 deletions

27
flake.lock generated Normal file
View file

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1658557357,
"narHash": "sha256-0gqNef6skYQKJSS2vLojxrXOrc72zoX5VTDKUqEo6Gk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "42ca9bef09e780eabe84328dd1b730cef978f098",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}