live_beats/flake.lock
Garrett George 34507735a8
Build Mix release with Nix (#2)
* Add initial Nix flake

* Fix `pkgs/live-beats`

Note: Tailwind and ESBuild are omitted for now, as they throw unexpected
Bash errors.

* Build app in CI

* Pin Elixir version

* Add OAuth client secrets to CI

* Add Hex to dev dependencies

* Allow `mix compile` error in CI
2023-03-15 09:57:23 -05:00

44 lines
1 KiB
JSON

{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1678449012,
"narHash": "sha256-odpQq99OCjHmWeXk70dWdgphb4cb5stvYlX7YVgAbag=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b9c00c1d41ccd6385da243415299b39aa73357be",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}