3rd attempt to rollback gnucash

This commit is contained in:
Zonsopkomst 2024-01-26 19:47:45 -06:00
parent 32046931bb
commit 3d710b8c3b
3 changed files with 15 additions and 18 deletions

View file

@ -0,0 +1,12 @@
{ config, pkgs, ... }:
let
myPackage = pkgs.gnucash.myPackage_5.4;
in
{
users.users.zonsopkomst = {
home.packages = [
myPackage
];
};
}

View file

@ -1,16 +0,0 @@
{ config, pkgs, ... }:
{
# Notes for Gnucash Older Version
let
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;
in
}

View file

@ -14,7 +14,7 @@
element-desktop # Matrix Client
easytag # Music Tag Editor
freetube # YouTube Front-End
''gnucash-5.4'' # Double Entry Accounting Software
#gnucash # Double Entry Accounting Software
gpodder # Podcast Manager
gretl # Econometric Analysis
gzdoom # Doom Clone based on ZDoom
@ -58,7 +58,8 @@
../../config/config.nix
../../common/emacs.nix
../../common/git.nix
../../common/vscodium.nix
../../common/vscodium.nix
../../users/zonsopkomst/gnucash-5.4.nix
];
home.stateVersion = "22.11";