From 8d8b118b36c47bdd10e7507f87caff43f81e16fd Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 3 May 2024 18:01:35 +0200 Subject: [PATCH] Flake: pin catppucin input The commit after this one breaks on nixos 23.11, and I can't be arsed to fix that rn --- flake.lock | 1 + flake.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index bc170ef..816c04f 100644 --- a/flake.lock +++ b/flake.lock @@ -35,6 +35,7 @@ "original": { "owner": "catppuccin", "repo": "nix", + "rev": "a48e70a31616cb63e4794fd3465bff1835cc4246", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 524a6a9..4c6d85f 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ nur.url = "github:nix-community/NUR"; - catppuccin.url = "github:catppuccin/nix"; + catppuccin.url = "github:catppuccin/nix/a48e70a31616cb63e4794fd3465bff1835cc4246"; }; outputs = {...} @ inputs: