]
},
"locked": {
- "narHash": "sha256-DmjCGnpMGphe9dKLDLIAtdsIDX6I9jVyYlGecShRav0=",
- "path": "julm-nix",
- "type": "path"
+ "lastModified": 1620705127,
+ "narHash": "sha256-hkeSAGFwIkM9zMnfHxDQAl+h8pVZbsXQQSsMjU+6sh0=",
+ "ref": "master",
+ "rev": "a2c9c1dc686a05f13ca2468383abc23c6baa30a8",
+ "revCount": 123,
+ "type": "git",
+ "url": "git://git.sourcephile.fr/julm/julm-nix"
},
"original": {
- "path": "julm-nix",
- "type": "path"
+ "ref": "master",
+ "type": "git",
+ "url": "git://git.sourcephile.fr/julm/julm-nix"
}
},
"nixpkgs": {
#inputs.nixpkgs.url = "flake:nixpkgs";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.home-manager.follows = "julm-nix/home-manager";
-inputs.julm-nix.url = "path:julm-nix"; # FIXME: this puts the whole folder in the Nix store
+inputs.julm-nix.url = "git://git.sourcephile.fr/julm/julm-nix?ref=master";
+#inputs.julm-nix.url = "path:julm-nix"; # XXX: this puts the whole folder in the Nix store
inputs.julm-nix.inputs.flake-utils.follows = "flake-utils";
inputs.julm-nix.inputs.nixpkgs.follows = "nixpkgs";
inputs.shell = { type = "path"; path = "./shell"; flake = false; };
nix.gc.dates = "daily";
nix.gc.options = "--delete-older-than 2d";
-nix.extraOptions = ''
- trusted-public-keys = ${builtins.readFile (inputs.secrets + "/hosts/losurdo/nix/binary-cache-key/1.pub")}
- substituters = https://nix-extracache.${networking.domain}
-'';
+nix.binaryCaches = [ "https://nix-extracache.${networking.domain}" ];
+nix.binaryCachePublicKeys = [ (builtins.readFile (inputs.secrets + "/hosts/losurdo/nix/binary-cache-key/1.pub")) ];
environment.systemPackages = with pkgs; [
cryptsetup
{
meta.description = "nixos/syncoid: split in multiple systemd services and harden them";
url = "https://github.com/NixOS/nixpkgs/pull/98455.diff";
- sha256 = "sha256-mfD7IF3uHNXQk7zqmACNEwb89vyZfI0o5XhVeUOApSs=";
+ sha256 = "sha256-09ECRsdNQfVab4b/V9LxZQdj3JjHjZhCwwyYtViGW+8=";
}
/*
{
}
*/
{
- meta.description = "Update public-inbox to 1.6.0 and add systemd services";
+ meta.description = "Update public-inbox to 1.6.1 and add systemd services";
url = "https://github.com/NixOS/nixpkgs/pull/104457.diff";
- sha256 = "sha256-NLzjeHhot2JxEQ8ewNvVesJExOgTadZ5H/FZai2tW10=";
+ sha256 = "sha256-dVoMeYPivSpZmhO6rwjxYUUJX+n603Y6ytL+2ZNnb9o=";
}
/*
{
url = "https://github.com/NixOS/nixpkgs/pull/109643.diff";
sha256 = "sha256-i9dhidO/Yf/u6wE08ZIL/s6A/LoaXfz14+Xqc2YvJQg=";
}
+{
+ meta.description = "x2goserver";
+ url = "https://github.com/averelld/nixpkgs/commit/ac2b1e9915c3176879361fb5fbeab50b177fcce3.diff";
+ sha256 = "sha256-FjYTQD6d6jukLfusYwfHF7wDwE9IAGIvLLyeOs3HHV0=";
+}
/*
{
meta.description = "";