From 02926f70770ceb90cf382da2b54f888ba969f423 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 1 Jul 2026 00:09:21 -0400 Subject: nix based config --- nix/flake.lock | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 nix/flake.lock (limited to 'nix/flake.lock') diff --git a/nix/flake.lock b/nix/flake.lock new file mode 100644 index 0000000..6ff8928 --- /dev/null +++ b/nix/flake.lock @@ -0,0 +1,48 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1775036866, + "narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "6201e203d09599479a3b3450ed24fa81537ebc4e", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "sops-nix": "sops-nix" + } + }, + "sops-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1776771786, + "narHash": "sha256-DRFGPfFV6hbrfO9a1PH1FkCi7qR5FgjSqsQGGvk1rdI=", + "owner": "Mic92", + "repo": "sops-nix", + "rev": "bef289e2248991f7afeb95965c82fbcd8ff72598", + "type": "github" + }, + "original": { + "owner": "Mic92", + "repo": "sops-nix", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.2.3