Track nixpkgs in inputs

This commit is contained in:
bad 2022-07-29 01:10:41 +02:00
parent 079a549c4a
commit dc60ef4a62
2 changed files with 11 additions and 7 deletions

View File

@ -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": {

View File

@ -1,6 +1,6 @@
{
description = "A very basic flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
};