From a4fbe650fda1e93d10eb3c8077eed0845d46fee0 Mon Sep 17 00:00:00 2001 From: Zonsopkomst Date: Sat, 23 Mar 2024 22:36:07 -0500 Subject: [PATCH] Downgrade itch due to broken butler pkg --- flake.lock | 12 ++++++------ flake.nix | 2 ++ hosts/local/tyr/home.nix | 6 +++++- users/leeuwarden/home-manager.nix | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index de7947f..43efeee 100644 --- a/flake.lock +++ b/flake.lock @@ -73,11 +73,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1711152198, - "narHash": "sha256-wT8UTS22HIm+Sbkim+IMqESW9SP+EB0FAjroyPnAovY=", + "lastModified": 1711249786, + "narHash": "sha256-K5MByS37KyZ3+UPV/UAP6hscqiXtGQVevAA7nkGd96Y=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "0dfdb6678f5362fda449694639e8fee806ca1ae4", + "rev": "86dc46ffea2fa72abe1228c1fad1b42d1507e45d", "type": "github" }, "original": { @@ -192,11 +192,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1711001935, - "narHash": "sha256-URtGpHue7HHZK0mrHnSf8wJ6OmMKYSsoLmJybrOLFSQ=", + "lastModified": 1711163522, + "narHash": "sha256-YN/Ciidm+A0fmJPWlHBGvVkcarYWSC+s3NTPk/P+q3c=", "owner": "nixos", "repo": "nixpkgs", - "rev": "20f77aa09916374aa3141cbc605c955626762c9a", + "rev": "44d0940ea560dee511026a53f0e2e2cde489b4d4", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 28eb51b..7734506 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,7 @@ hyprland.url = "github:hyprwm/Hyprland"; nix-flatpak.url = "github:gmodena/nix-flatpak"; # unstable branch. Use github:gmodena/nix-flatpak/?ref= to pin releases gnucashpkgs.url = "github:nixos/nixpkgs/f4599feae4160285c5ce4e4364bd147df83e780c"; + itchpkgs.url = "github:nixos/nixpkgs/e1ee359d16a1886f0771cc433a00827da98d861c"; }; outputs = inputs@{ @@ -207,6 +208,7 @@ home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; home-manager.users.leeuwarden = import ./hosts/local/tyr/home.nix; + home-manager.extraSpecialArgs = {inherit inputs;}; } nix-flatpak.nixosModules.nix-flatpak{ diff --git a/hosts/local/tyr/home.nix b/hosts/local/tyr/home.nix index 489ab2a..28b7e3e 100644 --- a/hosts/local/tyr/home.nix +++ b/hosts/local/tyr/home.nix @@ -5,7 +5,11 @@ # paths it should manage. home.username = "leeuwarden"; home.homeDirectory = "/home/leeuwarden"; - + + home.packages = [ + inputs.itchpkgs.legacyPackages.x86_64-linux.itch + ]; + # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new Home Manager release introduces backwards diff --git a/users/leeuwarden/home-manager.nix b/users/leeuwarden/home-manager.nix index b88fa18..fb52f9d 100644 --- a/users/leeuwarden/home-manager.nix +++ b/users/leeuwarden/home-manager.nix @@ -18,7 +18,7 @@ gnucash # Double Entry Accounting Software gpodder # Podcast Manager inkscape # Vector Graphics Editor - itch # itch.io Games Launcher + #itch # itch.io Games Launcher keepassxc # GUI Password Manager with Cryptography kitty # Terminal kitty-themes # Kitty Terminal Themes