From 7e3307efe8a1af7b0da6a3ccfcee40ef5f5d98d8 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 16 Jun 2024 23:32:49 +0300 Subject: nix: init flake --- flake.lock | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 flake.lock (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..9841a94 --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1718558927, + "narHash": "sha256-PRqvkPqX5luuZ0WcUbz2zATGp4IzybDU0K33MxO9Sd0=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "f82fe275d98c521c051af4892cd8b3406cee67a3", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.2.3