From a1886854d9fa5f02fe755352b44f6aabf2711514 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 19 Oct 2021 20:39:11 +0530 Subject: fix flake builds --- flake.lock | 77 +++++++++++++++++++------------------------------------------- 1 file changed, 23 insertions(+), 54 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 54aabdc..e8d9eb6 100644 --- a/flake.lock +++ b/flake.lock @@ -16,6 +16,21 @@ "type": "github" } }, + "import-cargo": { + "locked": { + "lastModified": 1594305518, + "narHash": "sha256-frtArgN42rSaEcEOYWg8sVPMUK+Zgch3c+wejcpX3DY=", + "owner": "edolstra", + "repo": "import-cargo", + "rev": "25d40be4a73d40a2572e0cc233b83253554f06c5", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "import-cargo", + "type": "github" + } + }, "mozillapkgs": { "flake": false, "locked": { @@ -32,74 +47,28 @@ "type": "github" } }, - "naersk": { - "inputs": { - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1631004250, - "narHash": "sha256-LGh0CjAZwh13AVkTi9w9lITEC7x6bwSQyFViOZ6HyNo=", - "owner": "nmattia", - "repo": "naersk", - "rev": "08afb3d1dbfe016108b72e05b02ba0f6ecb3c8e1", - "type": "github" - }, - "original": { - "owner": "nmattia", - "repo": "naersk", - "type": "github" - } - }, "nixpkgs": { "locked": { - "lastModified": 1631279684, - "narHash": "sha256-IxRRCEW+8crDkbYj+uzwkfjZ8swugtnAmfRpPOpKq6I=", - "owner": "NixOS", + "lastModified": 1633422745, + "narHash": "sha256-gA6Ok64nPbkjHk3Oanq4641EeYkjcKhisDF9wBjLxEk=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "ded7b6cb1bf3d6d03328b3f592069f2c4956a97f", + "rev": "8e1eab9eae4278c9bb1dcae426848a581943db5a", "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "nixpkgs_2": { - "locked": { - "lastModified": 1631279684, - "narHash": "sha256-IxRRCEW+8crDkbYj+uzwkfjZ8swugtnAmfRpPOpKq6I=", - "owner": "NixOS", + "owner": "nixos", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", - "rev": "ded7b6cb1bf3d6d03328b3f592069f2c4956a97f", "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" } }, "root": { "inputs": { "flake-compat": "flake-compat", + "import-cargo": "import-cargo", "mozillapkgs": "mozillapkgs", - "naersk": "naersk", - "nixpkgs": "nixpkgs_2", - "utils": "utils" - } - }, - "utils": { - "locked": { - "lastModified": 1629481132, - "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "997f7efcb746a9c140ce1f13c72263189225f482", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" + "nixpkgs": "nixpkgs" } } }, -- cgit v1.2.3