diff --git a/home/apps/gramps.nix b/home/apps/gramps.nix index 55e8d0e..7bfb549 100644 --- a/home/apps/gramps.nix +++ b/home/apps/gramps.nix @@ -7,7 +7,7 @@ }: let grampsPath = "${xlib.dirs.wsl-storage}/gramps"; - last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; }; + # last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; }; in { xdg = { @@ -25,6 +25,6 @@ in }; }; home.packages = [ - last-stable.gramps + pkgs.gramps ]; }