From 90d5038a3ff71163b079c55f3f326f88f3de242e Mon Sep 17 00:00:00 2001 From: sora Date: Sun, 8 Sep 2024 13:51:06 +0200 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8b5aae9..200980f 100755 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "SoraFlake"; -# Trick renovate into working: "github:NixOS/nixpkgs/nixpkgs-unstable" inputs = { +# Trick renovate into working: "github:NixOS/nixpkgs/nixpkgs-unstable" nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; hardware.url = "github:nixos/nixos-hardware"; nur.url = "github:nix-community/nur";