diff options
author | Rory& <root@rory.gay> | 2024-02-02 11:08:48 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-02 11:09:16 +0100 |
commit | aed44a2e2120dab226b6db1a36fe8308173dfc95 (patch) | |
tree | 08c3bf514933f0a5e85374bb1ec4174e64c1becc /flake.nix | |
parent | Changes (diff) | |
download | Rory-Open-Architecture-aed44a2e2120dab226b6db1a36fe8308173dfc95.tar.xz |
Update from desktop changes
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 5ac075e..d4cb7ea 100755 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ # Sources... nhekoSrc = { url = "github:Nheko-reborn/nheko/master"; + #url = "github:q234rty/nheko/b34bce70a4b6572330a6abcfe7b75ce123567f1e"; flake = false; }; mtxclientSrc = { @@ -83,7 +84,14 @@ ./host/Rory-desktop/configuration.nix ./hardware-configuration.nix home-manager.nixosModules.home-manager - ({...}: { nix.registry.nixpkgs.flake = nixpkgs; }) + ({...}: { + nix = { + registry.nixpkgs.flake = nixpkgs; + nixPath = [ + "nixpkgs=${nixpkgs.outPath}" + ]; + }; + }) # ... add this line to the rest of your configuration modules #nix-ld.nixosModules.nix-ld |