From 178f314c9afb38b2a5b13b5dfcb234c9e4d8ad9c Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Sun, 20 Apr 2025 12:07:10 -0700 Subject: [PATCH] Try to do flake following --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 2240e27..388f8c4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,7 @@ { inputs.coricamu.url = "github:danth/coricamu"; + inputs.coricamu.inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.url = "github:nixos/nixpkgs/release-24.11"; outputs = { coricamu, ... }: let posts = let