diff --git a/flake.lock b/flake.lock index 2bed487..6419855 100644 --- a/flake.lock +++ b/flake.lock @@ -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", diff --git a/flake.nix b/flake.nix index fa19513..99c2551 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [