Skip to content

Breaking change on nix #8422

Answered by fufexan
noahfraiture asked this question in Q&A
Nov 11, 2024 · 2 comments · 9 replies
Discussion options

You must be logged in to vote

Hyprland is not the issue at all. It's a flake input that's not actually a flake, but you're trying to use it as such, and that's why Nix fails evaluation.

Applying this diff made both hosts build fine.

diff --git a/flake.nix b/flake.nix
index 54da3e3..01487be 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,7 +26,7 @@
 
     nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
 
-    posting.url = "github:darrenburns/posting";
+    # posting.url = "github:darrenburns/posting";
 
     spicetify-nix = {
       url = "github:Gerg-L/spicetify-nix";
diff --git a/modules/home-manager/packages.nix b/modules/home-manager/packages.nix
index 630c402..0feacf0 100644
--- a/modules/home-manager/p…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
3 replies
@noahfraiture
Comment options

@fufexan
Comment options

@noahfraiture
Comment options

Comment options

You must be logged in to vote
6 replies
@fufexan
Comment options

@noahfraiture
Comment options

@noahfraiture
Comment options

@fufexan
Comment options

Answer selected by noahfraiture
@noahfraiture
Comment options

@fufexan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants