From 3a4062ac04be6263c64a481420d8e768c2521b80 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 14 Sep 2023 18:21:50 +0200 Subject: [PATCH] Revert "Remove flake-lock file" This reverts commit a3e1047f515e90292eadbe9dbc5f3aa00ba87730. --- flake.lock | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 00000000..badc2794 --- /dev/null +++ b/flake.lock @@ -0,0 +1,24 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1692447944, + "narHash": "sha256-fkJGNjEmTPvqBs215EQU4r9ivecV5Qge5cF/QDLVn3U=", + "path": "/nix/store/s4jqyj35hii03rs7j5n6vn7gpgp6ja81-source", + "rev": "d680ded26da5cf104dd2735a51e88d2d8f487b4d", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- GitLab