diff options
author | Preston Pan <preston@nullring.xyz> | 2024-12-09 22:34:33 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-12-09 22:34:33 -0800 |
commit | e3f59289e1f1dc20702fa6e9b64fdfdba67f4666 (patch) | |
tree | 916c2c028e2e1535e8e061fee2d4819850da9cc5 /flake.nix | |
parent | f03eb696451dc63ae75a5c20fc356b5aa46b6dd9 (diff) |
changes made to make qsynth kind of work again
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |