flake: add tsvnstat
This commit is contained in:
parent
434d5c0780
commit
f8ed5e920c
36
flake.lock
36
flake.lock
@ -201,6 +201,21 @@
|
||||
}
|
||||
},
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1668417584,
|
||||
"narHash": "sha256-yeuEyxKPwsm5fIHN49L/syn9g5coxnPp3GsVquhrv5A=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "013fcdd106823416918004bb684c3c186d3c460f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"ref": "nixos-unstable",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1666610816,
|
||||
"narHash": "sha256-q4F2VNe5bpxXOvp16DyLwE1SgNZMbNO29ZQJPIomedg=",
|
||||
@ -249,6 +264,7 @@
|
||||
"sshKnownHosts": "sshKnownHosts",
|
||||
"stable": "stable",
|
||||
"taskobs": "taskobs",
|
||||
"tsvnstat": "tsvnstat",
|
||||
"unstable": "unstable",
|
||||
"unstableSmall": "unstableSmall",
|
||||
"xin-secrets": "xin-secrets",
|
||||
@ -343,6 +359,24 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"tsvnstat": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1668655090,
|
||||
"narHash": "sha256-Y1dbdwRp96dTnrDiWC7KK8HKrbsbZLYAdpXZo59TFLQ=",
|
||||
"owner": "qbit",
|
||||
"repo": "tsvnstat",
|
||||
"rev": "3673cf1ebf380c64cbb6c2a22c15a4f95fc6ee96",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "qbit",
|
||||
"repo": "tsvnstat",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1668648276,
|
||||
@ -396,7 +430,7 @@
|
||||
},
|
||||
"xintray": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_3"
|
||||
"nixpkgs": "nixpkgs_4"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1668365827,
|
||||
|
14
flake.nix
14
flake.nix
@ -32,6 +32,7 @@
|
||||
microca = { url = "github:qbit/microca"; };
|
||||
taskobs = { url = "github:qbit/taskobs"; };
|
||||
xintray = { url = "github:qbit/xintray"; };
|
||||
tsvnstat = { url = "github:qbit/tsvnstat"; };
|
||||
|
||||
mcchunkie = {
|
||||
url = "github:qbit/mcchunkie";
|
||||
@ -50,8 +51,8 @@
|
||||
};
|
||||
|
||||
outputs = { self, unstable, unstableSmall, stable, nixos-hardware
|
||||
, sshKnownHosts, microca, xintray, taskobs, mcchunkie, gqrss, darwin
|
||||
, xin-secrets, peerix, ... }@flakes:
|
||||
, sshKnownHosts, microca, xintray, tsvnstat, taskobs, mcchunkie, gqrss
|
||||
, darwin, xin-secrets, peerix, ... }@inputs:
|
||||
let
|
||||
supportedSystems =
|
||||
[ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
||||
@ -71,10 +72,10 @@
|
||||
};
|
||||
|
||||
overlays = [
|
||||
flakes.emacs-overlay.overlay
|
||||
flakes.peerix.overlay
|
||||
flakes.microca.overlay
|
||||
flakes.taskobs.overlay
|
||||
inputs.emacs-overlay.overlay
|
||||
inputs.peerix.overlay
|
||||
inputs.microca.overlay
|
||||
inputs.taskobs.overlay
|
||||
];
|
||||
|
||||
# Set our configurationRevison based on the status of our git repo.
|
||||
@ -210,6 +211,7 @@
|
||||
isUnstable = true;
|
||||
};
|
||||
inherit (xintray.packages.${system}) xintray;
|
||||
inherit (tsvnstat.packages.${system}) tsvnstat;
|
||||
});
|
||||
|
||||
templates."ada" = {
|
||||
|
Loading…
Reference in New Issue
Block a user