From c8f8b7257308d0b456fd89ba15f2610e881c7c93 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 4 Feb 2023 11:58:46 +0100 Subject: Build(flake): Updated references --- flake.lock | 5 +++-- flake.nix | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 9b757473..0ae3ad6f 100644 --- a/flake.lock +++ b/flake.lock @@ -46,9 +46,10 @@ "type": "github" }, "original": { - "id": "nixpkgs", + "owner": "NixOS", "ref": "nixos-unstable", - "type": "indirect" + "repo": "nixpkgs", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index c8ba31df..f0664d36 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ description = "Nixos system config"; inputs = { - nixpkgs.url = "nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager.url = "github:nix-community/home-manager/master"; }; -- cgit 1.4.1