flake.nix: lock nixfiles-assets to commit

CI is spamming my LFS quota (this shouldn't even be stored in LFS (i
will fix that if i ever move away from GitHub)).
This commit is contained in:
NullBite 2025-02-06 07:23:42 +00:00
parent 0221b8e3b4
commit 865d0ec439
2 changed files with 2 additions and 0 deletions

1
flake.lock generated

@ -1114,6 +1114,7 @@
}, },
"original": { "original": {
"owner": "Silveere", "owner": "Silveere",
"rev": "5612da9d6619ca3661abf08055d9b6d76e17d3bf",
"repo": "nixfiles-assets", "repo": "nixfiles-assets",
"type": "github" "type": "github"
} }

@ -97,6 +97,7 @@
type = "github"; type = "github";
owner = "Silveere"; owner = "Silveere";
repo = "nixfiles-assets"; repo = "nixfiles-assets";
rev = "5612da9d6619ca3661abf08055d9b6d76e17d3bf";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";
}; };