From dcf3bcf0ba8a72356e95339a6f0d4e7057815746 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Wed, 19 Jul 2023 12:30:31 +0100 Subject: [PATCH] Update base16.nix :arrow_up: Fixes #125 --- flake.lock | 13 ++++++------- flake.nix | 4 +--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index d802367d..3324554b 100644 --- a/flake.lock +++ b/flake.lock @@ -5,17 +5,16 @@ "fromYaml": "fromYaml" }, "locked": { - "lastModified": 1687651793, - "narHash": "sha256-AjV/f/grsR4y6t0aUviXxjeLAEYmpE/4XE08IIPhHag=", + "lastModified": 1689633990, + "narHash": "sha256-iwvQg2Vx0IIDWZaKo8Xmzxlv1YPHg+Kp/QSv8dRv0RY=", "owner": "SenchoPens", "repo": "base16.nix", - "rev": "f493d8a8a6b4c1d814790e2189f26d4bcf433185", + "rev": "dddf2e1c04845d43c89a8e9e37d574519649a404", "type": "github" }, "original": { "owner": "SenchoPens", "repo": "base16.nix", - "rev": "f493d8a8a6b4c1d814790e2189f26d4bcf433185", "type": "github" } }, @@ -38,11 +37,11 @@ "fromYaml": { "flake": false, "locked": { - "lastModified": 1685846909, - "narHash": "sha256-ibxtG018Qq2Qjxir4Hai3Gr1hOOa+ad4V0EbFaHOj9Y=", + "lastModified": 1689549921, + "narHash": "sha256-iX0pk/uB019TdBGlaJEWvBCfydT6sRq+eDcGPifVsCM=", "owner": "SenchoPens", "repo": "fromYaml", - "rev": "706176e156923d963ead81fe6bfba041f057cc65", + "rev": "11fbbbfb32e3289d3c631e0134a23854e7865c84", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 98ee4175..96586693 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,7 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - - # Pinned due to https://github.com/SenchoPens/base16.nix/issues/7 - base16.url = "github:SenchoPens/base16.nix/f493d8a8a6b4c1d814790e2189f26d4bcf433185"; + base16.url = "github:SenchoPens/base16.nix"; # Used for documentation home-manager = {