overlays: sync
This commit is contained in:
parent
26079cf9cb
commit
bee506ae2e
@ -1,24 +1,17 @@
|
||||
{ isUnstable, xinlib, ... }:
|
||||
let
|
||||
inherit (xinlib) prIsOpen;
|
||||
{ isUnstable, ... }:
|
||||
#let
|
||||
#inherit (xinlib) prIsOpen;
|
||||
#_1password-gui = prIsOpen.overlay 235900 (import ./1password-gui.nix);
|
||||
#openssh = import ./openssh.nix;
|
||||
#obsidian = prIsOpen.overlay 235408 (import ./obsidian.nix);
|
||||
#tailscale = prIsOpen.overlay 239176 import ./tailscale.nix;
|
||||
#jetbrains = prIsOpen 232308 (import ./jetbrains.nix);
|
||||
tidal-hifi = prIsOpen.overlay 239732 (import ./tidal-hifi.nix);
|
||||
matrix-synapse = prIsOpen.overlay 238845 (import ./matrix-synapse.nix);
|
||||
nixd = prIsOpen.overlay 238779 (import ./nixd.nix);
|
||||
in {
|
||||
nixpkgs.overlays = if isUnstable then [
|
||||
#tailscale
|
||||
tidal-hifi
|
||||
nixd
|
||||
] else
|
||||
[
|
||||
matrix-synapse
|
||||
#tailscale
|
||||
];
|
||||
#tidal-hifi = prIsOpen.overlay 239732 (import ./tidal-hifi.nix);
|
||||
#matrix-synapse = prIsOpen.overlay 238845 (import ./matrix-synapse.nix);
|
||||
#nixd = prIsOpen.overlay 238779 (import ./nixd.nix);
|
||||
#in {
|
||||
{
|
||||
nixpkgs.overlays = if isUnstable then [ ] else [ ];
|
||||
}
|
||||
|
||||
# Example Python dep overlay
|
||||
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"branches": [
|
||||
"master",
|
||||
"nixos-unstable",
|
||||
"nixos-unstable-small",
|
||||
"nixpkgs-unstable",
|
||||
"staging",
|
||||
"staging-next"
|
||||
],
|
||||
"error": "",
|
||||
"pull_request": 238572,
|
||||
"release": "unstable",
|
||||
"status": "complete",
|
||||
"status_info": {
|
||||
"master": true,
|
||||
"nixos-unstable": true,
|
||||
"nixos-unstable-small": true,
|
||||
"nixpkgs-unstable": true,
|
||||
"staging": true,
|
||||
"staging-next": true
|
||||
},
|
||||
"title": "tidal-hifi: 5.1.0 -> 5.2.0"
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"branches": [
|
||||
"master",
|
||||
"nixos-unstable",
|
||||
"nixos-unstable-small",
|
||||
"nixpkgs-unstable",
|
||||
"staging",
|
||||
"staging-next"
|
||||
],
|
||||
"error": "",
|
||||
"pull_request": 238779,
|
||||
"release": "unstable",
|
||||
"status": "complete",
|
||||
"status_info": {
|
||||
"master": true,
|
||||
"nixos-unstable": true,
|
||||
"nixos-unstable-small": true,
|
||||
"nixpkgs-unstable": true,
|
||||
"staging": true,
|
||||
"staging-next": true
|
||||
},
|
||||
"title": "nixd: 1.0.0 -> 1.1.0"
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"branches": [
|
||||
"nixos-23.05",
|
||||
"nixos-23.05-small",
|
||||
"nixpkgs-23.05-darwin",
|
||||
"release-23.05",
|
||||
"staging-23.05",
|
||||
"staging-next-23.05"
|
||||
],
|
||||
"error": "",
|
||||
"pull_request": 238845,
|
||||
"release": "stable",
|
||||
"status": "complete",
|
||||
"status_info": {
|
||||
"nixos-23.05": true,
|
||||
"nixos-23.05-small": true,
|
||||
"release-23.05": true,
|
||||
"staging-23.05": true,
|
||||
"staging-next-23.05": true
|
||||
},
|
||||
"title": "matrix-synapse: 1.85.2 -> 1.86.0"
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"branches": [
|
||||
"master",
|
||||
"nixos-unstable",
|
||||
"nixos-unstable-small",
|
||||
"nixpkgs-unstable",
|
||||
"staging",
|
||||
"staging-next"
|
||||
],
|
||||
"error": "",
|
||||
"pull_request": 239176,
|
||||
"release": "unstable",
|
||||
"status": "complete",
|
||||
"status_info": {
|
||||
"master": true,
|
||||
"nixos-unstable": true,
|
||||
"nixos-unstable-small": true,
|
||||
"nixpkgs-unstable": true,
|
||||
"staging": true,
|
||||
"staging-next": true
|
||||
},
|
||||
"title": "tailscale: 1.42.0 -> 1.44.0"
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"branches": [
|
||||
"master",
|
||||
"nixos-unstable",
|
||||
"nixos-unstable-small",
|
||||
"nixpkgs-unstable",
|
||||
"staging",
|
||||
"staging-next"
|
||||
],
|
||||
"error": "",
|
||||
"pull_request": 239732,
|
||||
"release": "unstable",
|
||||
"status": "complete",
|
||||
"status_info": {
|
||||
"master": true,
|
||||
"nixos-unstable": true,
|
||||
"nixos-unstable-small": true,
|
||||
"nixpkgs-unstable": true,
|
||||
"staging": true,
|
||||
"staging-next": true
|
||||
},
|
||||
"title": "tidal-hifi: 5.2.0 -> 5.3.0"
|
||||
}
|
Loading…
Reference in New Issue
Block a user