From 10721d0a8825fd918027f43110905cf7ac49d909 Mon Sep 17 00:00:00 2001 From: Zonsopkomst Date: Tue, 19 Mar 2024 12:59:13 -0500 Subject: [PATCH] Attempt 2 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 46eea43..00dc62f 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ pkgs = import (builtins.fetchGit { # Descriptive name to make the store path easier to identify - name = "gnucash-5.4"; + name = "gnucash-old"; url = "https://github.com/NixOS/nixpkgs/"; ref = "refs/heads/nixpkgs-unstable"; rev = "9957cd48326fe8dbd52fdc50dd2502307f188b0d";