From 865d0ec439efd54ce2440917b858c962e293e42c Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 6 Feb 2025 07:23:42 +0000 Subject: [PATCH] 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)). --- flake.lock | 1 + flake.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/flake.lock b/flake.lock index 1a1bc2a..ed8cc27 100644 --- a/flake.lock +++ b/flake.lock @@ -1114,6 +1114,7 @@ }, "original": { "owner": "Silveere", + "rev": "5612da9d6619ca3661abf08055d9b6d76e17d3bf", "repo": "nixfiles-assets", "type": "github" } diff --git a/flake.nix b/flake.nix index de0b107..ab5a0db 100644 --- a/flake.nix +++ b/flake.nix @@ -97,6 +97,7 @@ type = "github"; owner = "Silveere"; repo = "nixfiles-assets"; + rev = "5612da9d6619ca3661abf08055d9b6d76e17d3bf"; inputs.nixpkgs.follows = "nixpkgs"; inputs.systems.follows = "systems"; };