diff --git a/flake.lock b/flake.lock index de6a43c..f1423df 100644 --- a/flake.lock +++ b/flake.lock @@ -91,6 +91,27 @@ "type": "github" } }, + "flake-programs-sqlite": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "utils": "utils" + }, + "locked": { + "lastModified": 1753129882, + "narHash": "sha256-zftM3Aix/EzhbcxGM5zASDmIJQx7Km0RJkt4P+F5O2o=", + "owner": "wamserma", + "repo": "flake-programs-sqlite", + "rev": "e7fa21a2f7ef8ede43e72ef2bf6a15d649fc6c45", + "type": "github" + }, + "original": { + "owner": "wamserma", + "repo": "flake-programs-sqlite", + "type": "github" + } + }, "git-hooks": { "inputs": { "flake-compat": "flake-compat", @@ -323,6 +344,7 @@ "root": { "inputs": { "agenix": "agenix", + "flake-programs-sqlite": "flake-programs-sqlite", "git-hooks": "git-hooks", "home-manager": "home-manager_2", "nixos-hardware": "nixos-hardware", @@ -368,6 +390,21 @@ "repo": "default", "type": "github" } + }, + "utils": { + "locked": { + "lastModified": 1678901627, + "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 8b37dbf..9e66a28 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,10 @@ url = "github:cachix/git-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs"; }; + flake-programs-sqlite = { + url = "github:wamserma/flake-programs-sqlite"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = @@ -45,6 +49,7 @@ { nixpkgs.overlays = [ overlayUnstable ]; } + inputs.flake-programs-sqlite.nixosModules.programs-sqlite ]; # Common home-manager modules