diff --git a/overlays/default.nix b/overlays/default.nix index d33d834..b5a8053 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -1,24 +1,17 @@ -{ isUnstable, xinlib, ... }: -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 - ]; +{ 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 [ ] else [ ]; } # Example Python dep overlay diff --git a/pull_requests/238572.json b/pull_requests/238572.json deleted file mode 100644 index b73a74f..0000000 --- a/pull_requests/238572.json +++ /dev/null @@ -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" -} diff --git a/pull_requests/238779.json b/pull_requests/238779.json deleted file mode 100644 index b4e1793..0000000 --- a/pull_requests/238779.json +++ /dev/null @@ -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" -} diff --git a/pull_requests/238845.json b/pull_requests/238845.json deleted file mode 100644 index 403f5e1..0000000 --- a/pull_requests/238845.json +++ /dev/null @@ -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" -} diff --git a/pull_requests/239176.json b/pull_requests/239176.json deleted file mode 100644 index 8e205e7..0000000 --- a/pull_requests/239176.json +++ /dev/null @@ -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" -} diff --git a/pull_requests/239732.json b/pull_requests/239732.json deleted file mode 100644 index 59c672b..0000000 --- a/pull_requests/239732.json +++ /dev/null @@ -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" -}