flake: add xintray for now

This commit is contained in:
Aaron Bieber 2022-11-13 11:37:46 -07:00
parent dca99efe3e
commit f929f13a2d
No known key found for this signature in database
2 changed files with 39 additions and 3 deletions

View File

@ -200,6 +200,21 @@
"type": "indirect" "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": { "peerix": {
"inputs": { "inputs": {
"flake-compat": "flake-compat", "flake-compat": "flake-compat",
@ -236,7 +251,8 @@
"taskobs": "taskobs", "taskobs": "taskobs",
"unstable": "unstable", "unstable": "unstable",
"unstableSmall": "unstableSmall", "unstableSmall": "unstableSmall",
"xin-secrets": "xin-secrets" "xin-secrets": "xin-secrets",
"xintray": "xintray"
} }
}, },
"sops-nix": { "sops-nix": {
@ -377,6 +393,24 @@
"type": "git", "type": "git",
"url": "ssh://xin-secrets-ro/qbit/xin-secrets.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", "root": "root",

View File

@ -31,6 +31,7 @@
microca = { url = "github:qbit/microca"; }; microca = { url = "github:qbit/microca"; };
taskobs = { url = "github:qbit/taskobs"; }; taskobs = { url = "github:qbit/taskobs"; };
xintray = { url = "github:qbit/xintray"; };
mcchunkie = { mcchunkie = {
url = "github:qbit/mcchunkie"; url = "github:qbit/mcchunkie";
@ -49,8 +50,8 @@
}; };
outputs = { self, unstable, unstableSmall, stable, nixos-hardware outputs = { self, unstable, unstableSmall, stable, nixos-hardware
, sshKnownHosts, microca, taskobs, mcchunkie, gqrss, darwin, xin-secrets , sshKnownHosts, microca, xintray, taskobs, mcchunkie, gqrss, darwin
, peerix, ... }@flakes: , xin-secrets, peerix, ... }@flakes:
let let
supportedSystems = supportedSystems =
[ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
@ -208,6 +209,7 @@
inherit pkgs; inherit pkgs;
isUnstable = true; isUnstable = true;
}; };
xintray = xintray.packages.${system}.xintray;
}); });
templates."ada" = { templates."ada" = {