From 2f6e760527a632a07bb6d2dd01a33b201aaeb3da Mon Sep 17 00:00:00 2001 From: Zonsopkomst Date: Tue, 19 Mar 2024 14:46:25 -0500 Subject: [PATCH] Gnucash attempt 4 --- flake.lock | 17 +++++++++++++++++ flake.nix | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 6419855..2bed487 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,21 @@ { "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": [ @@ -192,6 +208,7 @@ }, "root": { "inputs": { + "gnucashpkgs": "gnucashpkgs", "home-manager": "home-manager", "hyprland": "hyprland", "nix-flatpak": "nix-flatpak", diff --git a/flake.nix b/flake.nix index 99c2551..818c017 100644 --- a/flake.nix +++ b/flake.nix @@ -230,7 +230,7 @@ system = "x86_64-linux"; # 03/12/2024 Gnucash Attempt: - extraSpecialArgs = {inherit inputs;}; + extraSpecialArgs = {inherit gnucashpkgs;}; modules = [