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"; };