diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-29 17:23:17 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-29 17:23:17 +0100 |
commit | 0a8c8406a847ae3d2d81f91b89c869dfa3317d14 (patch) | |
tree | 4cc4588ba9982b08035122d293277b80acb89b61 /flake.nix | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | libredirect-0a8c8406a847ae3d2d81f91b89c869dfa3317d14.zip |
chore(flake): Update
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 5aa629f6..acedafd5 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "vhack.eu's soft fork of LibRedirect"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; # inputs for following systems = { |