diff --git a/flake.lock b/flake.lock index f8e94b2..047228b 100644 --- a/flake.lock +++ b/flake.lock @@ -200,6 +200,21 @@ "type": "indirect" } }, + "nixpkgs_3": { + "locked": { + "lastModified": 1666610816, + "narHash": "sha256-q4F2VNe5bpxXOvp16DyLwE1SgNZMbNO29ZQJPIomedg=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "6107f97012a0c134c5848125b5aa1b149b76d2c9", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-22.05", + "type": "indirect" + } + }, "peerix": { "inputs": { "flake-compat": "flake-compat", @@ -236,7 +251,8 @@ "taskobs": "taskobs", "unstable": "unstable", "unstableSmall": "unstableSmall", - "xin-secrets": "xin-secrets" + "xin-secrets": "xin-secrets", + "xintray": "xintray" } }, "sops-nix": { @@ -377,6 +393,24 @@ "type": "git", "url": "ssh://xin-secrets-ro/qbit/xin-secrets.git" } + }, + "xintray": { + "inputs": { + "nixpkgs": "nixpkgs_3" + }, + "locked": { + "lastModified": 1668089091, + "narHash": "sha256-zLDg+fVKMxhKninu4chcRe9tsg8HAjeNks6asFPcCDg=", + "owner": "qbit", + "repo": "xintray", + "rev": "7b3203259e0fabeaa62524ccec3bb287582ae97c", + "type": "github" + }, + "original": { + "owner": "qbit", + "repo": "xintray", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index a4056d2..ba4cb16 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,7 @@ microca = { url = "github:qbit/microca"; }; taskobs = { url = "github:qbit/taskobs"; }; + xintray = { url = "github:qbit/xintray"; }; mcchunkie = { url = "github:qbit/mcchunkie"; @@ -49,8 +50,8 @@ }; outputs = { self, unstable, unstableSmall, stable, nixos-hardware - , sshKnownHosts, microca, taskobs, mcchunkie, gqrss, darwin, xin-secrets - , peerix, ... }@flakes: + , sshKnownHosts, microca, xintray, taskobs, mcchunkie, gqrss, darwin + , xin-secrets, peerix, ... }@flakes: let supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; @@ -208,6 +209,7 @@ inherit pkgs; isUnstable = true; }; + xintray = xintray.packages.${system}.xintray; }); templates."ada" = {