aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-12-09 22:34:33 -0800
committerPreston Pan <preston@nullring.xyz>2024-12-09 22:34:33 -0800
commite3f59289e1f1dc20702fa6e9b64fdfdba67f4666 (patch)
tree916c2c028e2e1535e8e061fee2d4819850da9cc5 /flake.nix
parentf03eb696451dc63ae75a5c20fc356b5aa46b6dd9 (diff)
changes made to make qsynth kind of work again
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index cf6925e..f6fcbd4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,7 +27,7 @@
system = "x86_64-linux";
specialArgs = attrs;
modules = [
- { nixpkgs.overlays = [ nur.overlay ]; }
+ { nixpkgs.overlays = [ nur.overlays.default ]; }
({ pkgs, ... }:
let
nur-no-pkgs = import nur {
@@ -57,7 +57,7 @@
system = "x86_64-linux";
specialArgs = attrs;
modules = [
- { nixpkgs.overlays = [ nur.overlay ]; }
+ { nixpkgs.overlays = [ nur.overlays.default ]; }
({ pkgs, ... }:
let
nur-no-pkgs = import nur {