From dc60ef4a62206a2fce51bcc667e8ed9bd5d836eb Mon Sep 17 00:00:00 2001 From: bad Date: Fri, 29 Jul 2022 01:10:41 +0200 Subject: [PATCH] Track nixpkgs in inputs --- flake.lock | 16 ++++++++++------ flake.nix | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index dcb495c..71dcacf 100644 --- a/flake.lock +++ b/flake.lock @@ -17,14 +17,18 @@ }, "nixpkgs": { "locked": { - "lastModified": 0, - "narHash": "sha256-94ZTF0uIX/iZdiD4RJ5f933ak/OM4XLl7hF+gCa4Iuk=", - "path": "/nix/store/9qqx4gk4qnqaqb102iwvhhwn2basmbdq-source", - "type": "path" + "lastModified": 1658937758, + "narHash": "sha256-FxQB/tWX15Faq3GBM+qTfVzd9qJqy/3CEgBp2zpHeNc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "8f73de28e63988da02426ebb17209e3ae07f103b", + "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index dba4b8c..b6be336 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { - description = "A very basic flake"; inputs = { + nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; flake-utils.url = "github:numtide/flake-utils"; };