From c72779455070cd49cd5e7cce355e6e061149e09f Mon Sep 17 00:00:00 2001 From: Jean Date: Sat, 31 Aug 2024 17:43:10 -0700 Subject: [PATCH] Updating gitignore to hush nix --- .gitignore | 1 - flake.lock | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 flake.lock diff --git a/.gitignore b/.gitignore index 271a1c57..42cdf4b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules package-lock.json dist/ -flake.lock yarn.lock assets/built/ diff --git a/flake.lock b/flake.lock new file mode 100644 index 00000000..d5a7a166 --- /dev/null +++ b/flake.lock @@ -0,0 +1,39 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 0, + "narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=", + "path": "/nix/store/d9gbq853jvbccrz5g3y0irbwgc57w137-source", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "systems": "systems" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +}