Gnucash attempt 4

This commit is contained in:
Zonsopkomst 2024-03-19 14:45:05 -05:00
parent 07e5abdf91
commit 210ee7c609
2 changed files with 3 additions and 20 deletions

View File

@ -1,21 +1,5 @@
{
"nodes": {
"gnucashpkgs": {
"locked": {
"lastModified": 1696192164,
"narHash": "sha256-H9nSr2pUhbC1NEgeuSt0kWdAQkHzE58FJvUDAAUKSZk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f4599feae4160285c5ce4e4364bd147df83e780c",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f4599feae4160285c5ce4e4364bd147df83e780c",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@ -208,7 +192,6 @@
},
"root": {
"inputs": {
"gnucashpkgs": "gnucashpkgs",
"home-manager": "home-manager",
"hyprland": "hyprland",
"nix-flatpak": "nix-flatpak",

View File

@ -14,7 +14,7 @@
#legacyPackages.gnucash.url = "github:nixos/nixpkgs/f4599feae4160285c5ce4e4364bd147df83e780c";
#legacyPackages.gnucash.url = "github:nixos/nixpkgs/9957cd48326fe8dbd52fdc50dd2502307f188b0d";
#legacyPackages.gnucash.url = "github:Gnucash/gnucash/releases/download/5.4/gnucash-5.4-1.tar.bz2";
#gnucashpkgs.url = "github:nixos/nixpkgs/f4599feae4160285c5ce4e4364bd147df83e780c";
gnucashpkgs.url = "github:nixos/nixpkgs/f4599feae4160285c5ce4e4364bd147df83e780c";
};
outputs = inputs@{
@ -22,7 +22,7 @@
hyprland,
nixpkgs,
nix-flatpak,
#gnucashpkgs,
gnucashpkgs,
...
}: {
@ -230,7 +230,7 @@
system = "x86_64-linux";
# 03/12/2024 Gnucash Attempt:
#extraSpecialArgs = {inherit inputs;};
extraSpecialArgs = {inherit inputs;};
modules = [