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

View File

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