From 6d55ee536e902d059380f79e870d06547627cc7c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 7 Jul 2026 18:32:56 +0900 Subject: test: move nix files These are too much clutter. Move them to test directory until the test suite replacement is upstreamed. Signed-off-by: Ophestra --- test/flake.lock | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 test/flake.lock (limited to 'test/flake.lock') diff --git a/test/flake.lock b/test/flake.lock new file mode 100644 index 00000000..ce9fe45f --- /dev/null +++ b/test/flake.lock @@ -0,0 +1,49 @@ +{ + "nodes": { + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1780361225, + "narHash": "sha256-wnV9ttf4fPWNonBIQmvlrSlNpQYgx5HgWWd007mwIFA=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "e28654b71096e08c019d4861ca26acb646f583d8", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-26.05", + "repo": "home-manager", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1780453794, + "narHash": "sha256-bXMRa9VTsHSPXL4Cw8R6JJLQeY3Y/IP4+YJCYVmQ7FY=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "6b316287bae2ee04c9b93c8c858d930fd07d7338", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-26.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "home-manager": "home-manager", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.3.1