diff --git a/flake.lock b/flake.lock index 5d00daf..06f2cb2 100644 --- a/flake.lock +++ b/flake.lock @@ -103,6 +103,24 @@ "url": "https://git.sapphic.engineer/noe/emotes" } }, + "fedi-emotes_2": { + "inputs": { + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1714013418, + "narHash": "sha256-uDYWDm4ScS1Q5Oy3M+xYn8yYkHbqHq1q1h21kipXbM0=", + "ref": "refs/heads/main", + "rev": "301a38202122431f738c4f5b31757d910a1e6491", + "revCount": 3, + "type": "git", + "url": "https://git.sapphic.engineer/noe/emotes" + }, + "original": { + "type": "git", + "url": "https://git.sapphic.engineer/noe/emotes" + } + }, "flake-compat": { "locked": { "lastModified": 1688025799, @@ -347,6 +365,27 @@ "url": "https://iceshrimp.dev/noe/withdrawal" } }, + "lightrunner-emotes": { + "inputs": { + "fedi-emotes": "fedi-emotes_2", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1714013511, + "narHash": "sha256-YRGt0hJqDOtJN1v1SOVq53D7q1mvzfMKOlzgiPo7faE=", + "ref": "refs/heads/main", + "rev": "385c9edd61090e463ae05c9d804866d7f78c8d90", + "revCount": 3, + "type": "git", + "url": "https://git.sapphic.engineer/noe/lightrunner-emotes" + }, + "original": { + "type": "git", + "url": "https://git.sapphic.engineer/noe/lightrunner-emotes" + } + }, "nix-darwin": { "inputs": { "nixpkgs": [ @@ -386,7 +425,7 @@ "nixos-generators": { "inputs": { "nixlib": "nixlib", - "nixpkgs": "nixpkgs_2" + "nixpkgs": "nixpkgs_3" }, "locked": { "lastModified": 1713783234, @@ -519,6 +558,22 @@ } }, "nixpkgs_2": { + "locked": { + "lastModified": 1713596654, + "narHash": "sha256-LJbHQQ5aX1LVth2ST+Kkse/DRzgxlVhTL1rxthvyhZc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "fd16bb6d3bcca96039b11aa52038fafeb6e4f4be", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { "locked": { "lastModified": 1712482522, "narHash": "sha256-Ai/xNgZpbwGcw0TSXwEPwwbPi8Iu906sB9M9z3o6UgA=", @@ -534,7 +589,7 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_4": { "locked": { "lastModified": 1713895582, "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=", @@ -550,7 +605,7 @@ "type": "github" } }, - "nixpkgs_4": { + "nixpkgs_5": { "locked": { "lastModified": 1713596654, "narHash": "sha256-LJbHQQ5aX1LVth2ST+Kkse/DRzgxlVhTL1rxthvyhZc=", @@ -650,8 +705,9 @@ "home-manager": "home-manager", "iceshrimp": "iceshrimp", "iceshrimp-withdrawal": "iceshrimp-withdrawal", + "lightrunner-emotes": "lightrunner-emotes", "nixos-generators": "nixos-generators", - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_4", "nixpkgs-master": "nixpkgs-master", "nixpkgs-stable": "nixpkgs-stable", "nixpkgs-unstable": "nixpkgs-unstable", @@ -679,7 +735,7 @@ }, "sops-nix": { "inputs": { - "nixpkgs": "nixpkgs_4", + "nixpkgs": "nixpkgs_5", "nixpkgs-stable": "nixpkgs-stable_2" }, "locked": { diff --git a/flake.nix b/flake.nix index 7a9d3b0..a75fa5c 100644 --- a/flake.nix +++ b/flake.nix @@ -62,6 +62,10 @@ url = "git+https://git.sapphic.engineer/noe/emotes"; inputs.nixpkgs.follows = "nixpkgs"; }; + lightrunner-emotes = { + url = "git+https://git.sapphic.engineer/noe/lightrunner-emotes"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; nixConfig = {