diff --git a/flake.lock b/flake.lock index fb5ac40..c38ceaf 100644 --- a/flake.lock +++ b/flake.lock @@ -133,11 +133,11 @@ "blocklist-hosts": { "flake": false, "locked": { - "lastModified": 1700865654, - "narHash": "sha256-K/OVPVxSwDXmFF2EkRbmMUABttawid3r7VRtP2GJ4Tk=", + "lastModified": 1701467382, + "narHash": "sha256-ZgFf/T0W4IYEq0AkE4uryo5g8FBOrFcOxxsIFYLtgZU=", "owner": "StevenBlack", "repo": "hosts", - "rev": "6fb2c3e993aec0530c6c82e5d05267ed1d22dde4", + "rev": "6f2ff670692a06e38f7f0d13ac9022a4f3d751fb", "type": "github" }, "original": { @@ -432,11 +432,11 @@ ] }, "locked": { - "lastModified": 1700847865, - "narHash": "sha256-uWaOIemGl9LF813MW0AEgCBpKwFo2t1Wv3BZc6e5Frw=", + "lastModified": 1701433070, + "narHash": "sha256-Gf9JStfENaUQ7YWFz3V7x/srIwr4nlnVteqaAxtwpgM=", "owner": "nix-community", "repo": "home-manager", - "rev": "8cedd63eede4c22deb192f1721dd67e7460e1ebe", + "rev": "4a8545f5e737a6338814a4676dc8e18c7f43fc57", "type": "github" }, "original": { @@ -470,11 +470,11 @@ "hyprland-plugins": { "flake": false, "locked": { - "lastModified": 1700876916, - "narHash": "sha256-2yVAfw542nHCgMM1+v4+hYK5FWByvMzsC4LzyeRaGx8=", + "lastModified": 1701339708, + "narHash": "sha256-4j9bTAAnWwtX7hOwB6DrMbQzsPCT+8rI+bX0aTX4WGo=", "owner": "hyprwm", "repo": "hyprland-plugins", - "rev": "27af82f558c624cfc4b556ba2c3670e797326a11", + "rev": "efee74a7404495dbda70205824d6e9fc923ccdae", "type": "github" }, "original": { @@ -560,11 +560,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1700612854, - "narHash": "sha256-yrQ8osMD+vDLGFX7pcwsY/Qr5PUd6OmDMYJZzZi0+zc=", + "lastModified": 1701253981, + "narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "19cbff58383a4ae384dea4d1d0c823d72b49d614", + "rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", "type": "github" }, "original": { @@ -704,11 +704,11 @@ "org-timeblock": { "flake": false, "locked": { - "lastModified": 1700823639, - "narHash": "sha256-OAViM55ANZCrTMs1unq9QHJv309LGcZi9DgRJ0hIxwg=", + "lastModified": 1701074908, + "narHash": "sha256-bm0nAwSP8g6W4cm7nQr+WRzgldreWWwGyo7CO/hDAMI=", "owner": "ichernyshovvv", "repo": "org-timeblock", - "rev": "2d65c888e2516c28c51a68907c023199e7996c87", + "rev": "884865f249ee2a28b876b756676f98c378defc44", "type": "github" }, "original": { @@ -837,11 +837,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1700878361, - "narHash": "sha256-O30hSOliHJhSdhZw5T8JFtxlL309mNLI+agYffuccIo=", + "lastModified": 1701483183, + "narHash": "sha256-MDH3oUajqTaYClCiq1QK7jWVMtMFDJWxVBCFAnkt6J4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "0309d58c91c57e8d519de68312430074de3ef5f8", + "rev": "47fe4578cb64a365f400e682a70e054657c42fa5", "type": "github" }, "original": { @@ -881,11 +881,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1700923005, - "narHash": "sha256-j1Isg4ln4bfgSGuETvYPzEdEIRc/tBPpLqXa+bfvBf0=", + "lastModified": 1701532764, + "narHash": "sha256-Jrizp/nITbul2HBIraQRDw5lyJnzTsj0K9wZUFYX2gg=", "owner": "danth", "repo": "stylix", - "rev": "8b3f61727f3b86c27096c3c014ae602aa40670ba", + "rev": "17a452c5d58bb90057d49c7e3e613b5e6dc1c0f4", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 2020791..6ad042c 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,8 @@ # configure pkgs pkgs = import nixpkgs-patched { inherit system; - config = { allowUnfree = true; }; + config = { allowUnfree = true; + allowUnfreePredicate = (_: true); }; overlays = [ rust-overlay.overlays.default ]; }; diff --git a/user/app/games/games.nix b/user/app/games/games.nix index 0d54a28..80231db 100644 --- a/user/app/games/games.nix +++ b/user/app/games/games.nix @@ -21,6 +21,12 @@ in superTux superTuxKart ]; + + nixpkgs.config = { + allowUnfree = true; + allowUnfreePredicate = (_: true); + }; + # The following 2 declarations allow retroarch to be imported into gamehub # Set retroarch core directory to ~/.local/bin/libretro # and retroarch core info directory to ~/.local/share/libretro/info