From 62e78dd44e17d26b7b93c6d13ec2894aa507d14a Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 14 Oct 2024 10:06:54 +1100 Subject: add nix expressions --- 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..d094404 --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1728860496, + "narHash": "sha256-HVDtY+3DjEUQKzx+c3OvZAyw1ZlXGt4Ybh/8X2i4vUY=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "62b5779a925d22372e0a70f87ba2e9e242954569", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.2.3