Attempting to rollback to gnucash-5.4

This commit is contained in:
Zonsopkomst 2024-01-26 19:21:54 -06:00
parent babbd460b6
commit 8f43d5a627
2 changed files with 6 additions and 17 deletions

View file

@ -1,3 +1,6 @@
{ config, pkgs, ... }:
{
# Notes for Gnucash Older Version
let
pkgs = import (builtins.fetchGit {
@ -9,4 +12,5 @@ let
}) {};
myPkg = pkgs.gnucash;
in
in
}

View file

@ -14,7 +14,7 @@
element-desktop # Matrix Client
easytag # Music Tag Editor
freetube # YouTube Front-End
#gnucash # Double Entry Accounting Software
gnucash-5.4 # Double Entry Accounting Software
gpodder # Podcast Manager
gretl # Econometric Analysis
gzdoom # Doom Clone based on ZDoom
@ -52,27 +52,12 @@
xiphos # Bible Study Tool
xournalpp # PDF Annotation
zathura # PDF Viewer
# 01/25/2024 First Attempt at Rolling Back to an Older Package
{
pkgs = import (builtins.fetchGit {
# Descriptive name to make the store path easier to identify
name = "gnucash-5.4";
url = "https://github.com/NixOS/nixpkgs/";
ref = "refs/heads/nixpkgs-unstable";
rev = "9957cd48326fe8dbd52fdc50dd2502307f188b0d";
}) {};
myPkg = pkgs.gnucash;
}
];
imports = [
../../config/config.nix
../../common/emacs.nix
../../common/git.nix
# TODO ../../common/starship.nix
../../common/vscodium.nix
];