mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
parent
1f38acba99
commit
dcf3bcf0ba
2 changed files with 7 additions and 10 deletions
13
flake.lock
13
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": {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue