Update base16.nix ⬆️

Fixes #125
This commit is contained in:
Daniel Thwaites 2023-07-19 12:30:31 +01:00
parent 1f38acba99
commit dcf3bcf0ba
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D
2 changed files with 7 additions and 10 deletions

View file

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

View file

@ -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 = {