nixfiles-assets: go back to the flake method

it works now???
This commit is contained in:
NullBite 2024-03-18 04:41:05 -04:00
parent c99d512d7d
commit e41f726b28
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 33 additions and 0 deletions

24
flake.lock generated
View File

@ -279,6 +279,29 @@
"type": "github"
}
},
"nixfiles-assets": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"systems": [
"systems"
]
},
"locked": {
"lastModified": 1710743555,
"narHash": "sha256-e8iXy4hCLYegNTeyB/GB8hj+gj1wPD+b+XOsEcdfEJY=",
"ref": "refs/heads/main",
"rev": "4ee66c3036eda78fe0ddada0e289a4f672ac4f57",
"revCount": 1,
"type": "git",
"url": "https://gitea.protogen.io/nullbite/nixfiles-assets"
},
"original": {
"type": "git",
"url": "https://gitea.protogen.io/nullbite/nixfiles-assets"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1709961763,
@ -351,6 +374,7 @@
"hyprwm-contrib": "hyprwm-contrib",
"nix-index-database": "nix-index-database",
"nix-wsl": "nix-wsl",
"nixfiles-assets": "nixfiles-assets",
"nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",
"pkg-android-tools": "pkg-android-tools",

View File

@ -46,6 +46,14 @@
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
nixfiles-assets = {
# using self-hosted gitea mirror because of GitHub LFS bandwidth limit (even though i'd probably never hit it)
type = "git";
url = "https://gitea.protogen.io/nullbite/nixfiles-assets";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
};
};
outputs = { self, nixpkgs, nixpkgs-unstable, ... }@inputs:
@ -72,6 +80,7 @@
inputs.hyprwm-contrib.overlays.default
inputs.rust-overlay.overlays.default
inputs.nixfiles-assets.overlays.default
];
### Configuration