From 79cb91a41e6038d5a0447219b79cac94177e7b04 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Sat, 23 Dec 2023 21:06:36 -0500 Subject: [PATCH] Edit `flake.nix`'s `inputs.nixpkgs.url` to be a little more verbose. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0cb1692..fc5c157 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - inputs.nixpkgs.url = "nixpkgs/nixos-unstable"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; outputs = { self,