From b7657db2cb9415f64163bd72d03232729f704a8e Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 18 Nov 2023 18:43:32 +0100 Subject: [PATCH] chore: bump flake inputs, remove mastodon-fork input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed input 'mastodon-fork' • Updated input 'nixpkgs': 'github:nixos/nixpkgs/d4b5a67bbe9ef750bd2fdffd4cad400dd5553af8' (2023-11-14) → 'github:nixos/nixpkgs/9fb122519e9cd465d532f736a98c1e1eb541ef6f' (2023-11-16) • Updated input 'unstable': 'github:nixos/nixpkgs/e44462d6021bfe23dfb24b775cc7c390844f773d' (2023-11-12) → 'github:nixos/nixpkgs/c757e9bd77b16ca2e03c89bf8bc9ecb28e0c06ad' (2023-11-17) --- flake.lock | 29 ++++++----------------------- flake.nix | 1 - 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/flake.lock b/flake.lock index fdf079b..7c8c8f4 100644 --- a/flake.lock +++ b/flake.lock @@ -181,22 +181,6 @@ "url": "https://git.pub.solar/pub-solar/keycloak-theme" } }, - "mastodon-fork": { - "locked": { - "lastModified": 1698490885, - "narHash": "sha256-Ic2YgJ7vlAoiihho4pJgHewIubIZQpv1L8ePRB1wfG4=", - "owner": "teutat3s", - "repo": "nixpkgs", - "rev": "534d90c65614f05e543fd11b3f4acd748704a625", - "type": "github" - }, - "original": { - "owner": "teutat3s", - "ref": "mastodon-4.2.1", - "repo": "nixpkgs", - "type": "github" - } - }, "nix-darwin": { "inputs": { "nixpkgs": [ @@ -235,11 +219,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1699994397, - "narHash": "sha256-xxNeIcMNMXH2EA9IAX6Cny+50mvY22LhIBiGZV363gc=", + "lastModified": 1700097215, + "narHash": "sha256-ODQ3gBTv1iHd7lG21H+ErVISB5wVeOhd/dEogOqHs/I=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d4b5a67bbe9ef750bd2fdffd4cad400dd5553af8", + "rev": "9fb122519e9cd465d532f736a98c1e1eb541ef6f", "type": "github" }, "original": { @@ -290,7 +274,6 @@ "flake-parts": "flake-parts", "home-manager": "home-manager", "keycloak-theme-pub-solar": "keycloak-theme-pub-solar", - "mastodon-fork": "mastodon-fork", "nix-darwin": "nix-darwin", "nixos-flake": "nixos-flake", "nixpkgs": "nixpkgs", @@ -355,11 +338,11 @@ }, "unstable": { "locked": { - "lastModified": 1699781429, - "narHash": "sha256-UYefjidASiLORAjIvVsUHG6WBtRhM67kTjEY4XfZOFs=", + "lastModified": 1700204040, + "narHash": "sha256-xSVcS5HBYnD3LTer7Y2K8ZQCDCXMa3QUD1MzRjHzuhI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e44462d6021bfe23dfb24b775cc7c390844f773d", + "rev": "c757e9bd77b16ca2e03c89bf8bc9ecb28e0c06ad", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 5627cb8..11ee5b3 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,6 @@ # Track channels with commits tested and built by hydra nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; unstable.url = "github:nixos/nixpkgs/nixos-unstable"; - mastodon-fork.url = "github:teutat3s/nixpkgs/mastodon-4.2.1"; nixpkgs-2205.url = "github:nixos/nixpkgs/nixos-22.05";