flake.nix: pull fonts from gitea

This commit is contained in:
Oystein Kristoffer Tveit 2022-11-20 17:10:12 +01:00
parent 304f9be73c
commit b02fb0734b
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 17 additions and 16 deletions

View File

@ -5,22 +5,23 @@
"locked": {
"lastModified": 1654179945,
"narHash": "sha256-vnD7vu/hRBPoqL6Wse9CELitW30a9P++QTPnNm1qHjE=",
"owner": "h7x4abk3g",
"repo": "dotfiles",
"ref": "master",
"rev": "37bdd48de4bfa8e03a8ab5ef840b2509e193e6a1",
"type": "github"
"revCount": 96,
"type": "git",
"url": "https://git.nani.wtf/h7x4/dotfiles"
},
"original": {
"owner": "h7x4abk3g",
"repo": "dotfiles",
"type": "github"
"ref": "master",
"type": "git",
"url": "https://git.nani.wtf/h7x4/dotfiles"
}
},
"fonts": {
"flake": false,
"locked": {
"lastModified": 1651945262,
"narHash": "sha256-7r0hq5G/HjK6yVOt18VKaxuJcGM6GPu/jmwbkksJ7LE=",
"lastModified": 1668957008,
"narHash": "sha256-er2eUfNSG9qdBh0JvtxtftQjFfTFjRqqD8dnk5nZ1qw=",
"path": "/home/h7x4/git/fonts",
"type": "path"
},
@ -73,11 +74,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1668718654,
"narHash": "sha256-4R4hejD1de5K9oVc1WdDeKyQcV0zh0Tk351X+jLR9qM=",
"lastModified": 1668908668,
"narHash": "sha256-oimCE4rY7Btuo/VYmA8khIyTHSMV7qUWTpz9w8yc9LQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8cc081471e3a25e1f2493a3c02cbfa975443914b",
"rev": "b68a6a27adb452879ab66c0eaac0c133e32823b2",
"type": "github"
},
"original": {
@ -121,11 +122,11 @@
]
},
"locked": {
"lastModified": 1668553695,
"narHash": "sha256-j2OsHYtYH+YTM8OOaNVNwoBg2n6NiGMlR2+2q4QmQFc=",
"lastModified": 1668873264,
"narHash": "sha256-DzosuzsnzknjZtFVZ4TI60kwNSCA6vOM+DQqMXpwO4s=",
"ref": "refs/heads/main",
"rev": "410b348732ca0cd4bc1179d0e1df2290c132dc5b",
"revCount": 46,
"rev": "536a3de78e0cb97c3405a0dfeacd667e2a18d24d",
"revCount": 47,
"type": "git",
"url": "file:///home/h7x4/git/nix-secrets"
},

View File

@ -14,7 +14,7 @@
};
dotfiles = {
url = "github:h7x4abk3g/dotfiles";
url = "git+https://git.nani.wtf/h7x4/dotfiles?ref=master";
flake = false;
};