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