Compare commits

..

No commits in common. "84833ba0f85a0064323c2a2032c9e7f71c9f37d3" and "1240255e59f15a306ab702f5938ac1a342607a92" have entirely different histories.

3 changed files with 8 additions and 19 deletions

12
flake.lock generated
View File

@ -291,15 +291,15 @@
"locked": {
"lastModified": 1710743555,
"narHash": "sha256-e8iXy4hCLYegNTeyB/GB8hj+gj1wPD+b+XOsEcdfEJY=",
"owner": "Silveere",
"repo": "nixfiles-assets",
"ref": "refs/heads/main",
"rev": "4ee66c3036eda78fe0ddada0e289a4f672ac4f57",
"type": "github"
"revCount": 1,
"type": "git",
"url": "https://gitea.protogen.io/nullbite/nixfiles-assets"
},
"original": {
"owner": "Silveere",
"repo": "nixfiles-assets",
"type": "github"
"type": "git",
"url": "https://gitea.protogen.io/nullbite/nixfiles-assets"
}
},
"nixpkgs": {

View File

@ -49,9 +49,8 @@
nixfiles-assets = {
# using self-hosted gitea mirror because of GitHub LFS bandwidth limit (even though i'd probably never hit it)
type = "github";
owner = "Silveere";
repo = "nixfiles-assets";
type = "git";
url = "https://gitea.protogen.io/nullbite/nixfiles-assets";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
};

View File

@ -26,16 +26,6 @@ in
# this makes modern nix tools use the system's version of nixpkgs
nix.registry = {
# this keeps nixfiles-assets in the store so i can save some GitHub LFS
# bandwidth
nixfiles-assets = {
exact = true;
from = {
id = "nixfiles-assets";
type = "indirect";
};
flake = inputs.nixfiles-assets;
};
nixpkgs = {
exact = true;
from = {