Gnucash attempt 4

This commit is contained in:
Zonsopkomst 2024-03-19 14:46:25 -05:00
parent 210ee7c609
commit 2f6e760527
2 changed files with 18 additions and 1 deletions

View File

@ -1,5 +1,21 @@
{ {
"nodes": { "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": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -192,6 +208,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"gnucashpkgs": "gnucashpkgs",
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprland": "hyprland", "hyprland": "hyprland",
"nix-flatpak": "nix-flatpak", "nix-flatpak": "nix-flatpak",

View File

@ -230,7 +230,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
# 03/12/2024 Gnucash Attempt: # 03/12/2024 Gnucash Attempt:
extraSpecialArgs = {inherit inputs;}; extraSpecialArgs = {inherit gnucashpkgs;};
modules = [ modules = [