aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorJamie Quigley <jamie@quigley.xyz>2023-02-15 09:04:07 +0000
committerGitHub <noreply@github.com>2023-02-15 09:04:07 +0000
commitb2a0986ca61f8557f51b36f2cdc045143788ae12 (patch)
tree975476ab9e438958f9b1281c469c489a606e9dd2 /flake.lock
parentAdd support for generic database in AppState (#711) (diff)
downloadatuin-b2a0986ca61f8557f51b36f2cdc045143788ae12.zip
Add nix files and install instructions (#477)
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock43
1 files changed, 43 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 00000000..4e55e3d4
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,43 @@
+{
+ "nodes": {
+ "flake-utils": {
+ "locked": {
+ "lastModified": 1667395993,
+ "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1667379994,
+ "narHash": "sha256-PFOg8WHqfKXsIGZtEC0aB+rl8SB1cXvA01ytIudnRh8=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "a704b9029586266f63807f64a6718f1a65b0f83b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixpkgs-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}