From 521697827001c74c387b06b6e920621e65675846 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Mon, 3 Feb 2025 16:23:01 +0100 Subject: [PATCH] flake: update nixpkgs to use a proper input --- flake.lock | 5 +++-- flake.nix | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 5bcd0b5..e47fec7 100644 --- a/flake.lock +++ b/flake.lock @@ -1073,9 +1073,10 @@ "type": "github" }, "original": { - "id": "nixpkgs", + "owner": "NixOS", "ref": "nixos-unstable", - "type": "indirect" + "repo": "nixpkgs", + "type": "github" } }, "nmd": { diff --git a/flake.nix b/flake.nix index 2aa47dc..a7f2235 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ }; inputs = { # nix related - nixpkgs.url = "nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixos-hardware.url = "github:NixOS/nixos-hardware"; nix-index-db = { url = "github:nix-community/nix-index-database";