From 5dc5cf0078a3b8257e80ea1f60b20690cb839569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Tue, 27 Jun 2023 22:03:38 +0200 Subject: [PATCH] feat: update nix super --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6125a1e..9eae8fc 100644 --- a/flake.nix +++ b/flake.nix @@ -26,8 +26,8 @@ pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix"; - nix-super.url = "github:privatevoid-net/nix-super/aaba1f91e7eba8ce029fa6bfa81ad9e14a13708d"; - nix-super.inputs.nixpkgs.follows = "nixpkgs"; + nix-super.url = "github:privatevoid-net/nix-super"; + nix-super.inputs.nixpkgs.follows = "stable"; rofi-wayland.url = "github:lbonn/rofi/wayland"; rofi-wayland.flake = false;