Nixpkgs: bump

This commit is contained in:
Félix Baylac Jacqué 2023-11-14 11:57:13 +01:00
parent 20d66cfdf2
commit 4289795740
4 changed files with 6 additions and 23 deletions

View file

@ -2,24 +2,6 @@ self: super:
let
sources = import ../nix/sources.nix {};
in {
nsncd = super.rustPlatform.buildRustPackage ({
pname = "nsncd";
version = "unstable-2023-10-16";
src = /home/ninjatrappeur/code-root/github.com/nix-community/nsncd;
cargoSha256 = "sha256-fsLdzuGGYDp3i7IYtO7M5T6j1tU9/7l46LGw9Ozqor4=";
doCheck = false;
meta = with super.lib; {
description = "the name service non-caching daemon";
longDescription = ''
nsncd is a nscd-compatible daemon that proxies lookups, without caching.
'';
homepage = "https://github.com/twosigma/nsncd";
license = licenses.asl20;
maintainers = with maintainers; [ flokli ninjatrappeur ];
};
});
ninjatrappeur-pkgs = rec {
weeslack = super.callPackage ./weeslack.nix {};
pod-youtube = super.callPackage ./pod-youtube.nix {};

View file

@ -51,6 +51,7 @@ in
'';
};
clearpath-openpvn = {
enable = false;
description = "Clearpath OpenVpn";
after = [ "network.target" ];

View file

@ -355,11 +355,11 @@ in {
trusted-users = [ "root" "${myusers.ninjatrappeur.name}" ];
sandbox = "relaxed";
substituters = [
"http://hydra.clearpath.ai"
# "http://hydra.clearpath.ai"
"https://cache.nixos.org"
];
trusted-public-keys = [
"hydra.clearpath.ai:VkmY4UV6HIDct2ZwjlvJniEQNZ1C7ZLglQweQpt6vE4="
# "hydra.clearpath.ai:VkmY4UV6HIDct2ZwjlvJniEQNZ1C7ZLglQweQpt6vE4="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
];
experimental-features = [

View file

@ -95,10 +95,10 @@
"homepage": null,
"owner": "Ninjatrappeur",
"repo": "nixpkgs",
"rev": "aaf0834b2f7090897079671d0345f4191f24c7a4",
"sha256": "12hz1cpc6fnxrhzy0w3pn01kfd9mrc51wy82msbmcr3y3yf5dm61",
"rev": "fb4d66be40f67cbb80eb862c2246be741224c347",
"sha256": "1rckaqsmzs4fc9nfx1sq3g0zhvxk7a2w0h78bn2fa8hqifn0d6gx",
"type": "tarball",
"url": "https://github.com/Ninjatrappeur/nixpkgs/archive/aaf0834b2f7090897079671d0345f4191f24c7a4.tar.gz",
"url": "https://github.com/Ninjatrappeur/nixpkgs/archive/fb4d66be40f67cbb80eb862c2246be741224c347.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"npmlock2nix": {