From 23fd3609294f6e8a16b6351f1b27f5b6dd2dcc89 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 29 Jul 2021 23:10:02 +0200 Subject: flake: add flake lock file to freeze inputs --- flake.lock | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..8345b27 --- /dev/null +++ b/flake.lock @@ -0,0 +1,43 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1623875721, + "narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f7e004a55b120c02ecb6219596820fcd32ca8772", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1627327478, + "narHash": "sha256-7QpA64xOnRB5lIrN2HMaBlJdOk+QE9bHZwkFwGfWY6E=", + "owner": "pacien", + "repo": "nixpkgs", + "rev": "3faf31d81ba50d58006ac07bf5065ebab23f85d5", + "type": "github" + }, + "original": { + "owner": "pacien", + "ref": "3faf31d", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.2.3