From 392a7db129387fb2ca8846f7486cfb1b08e721d7 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 31 Oct 2023 20:03:19 +0100 Subject: initial commit --- flake.lock | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 flake.lock (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..0ac55be --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1698756658, + "narHash": "sha256-+8PVTKQx7wRVDWYfTGgUGCuymXpLjla0Hy3uvHKndaA=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "fe74d948b59f71ac2c535d795b0d56b0dec0d0ff", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "release-23.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit 1.4.1