Skip to content

Commit

Permalink
flake.nix: don't follow nixpkgs with nix-serve-ng
Browse files Browse the repository at this point in the history
It seems like nix-serve-ng is incompatible with the haskell package set
in nixpkgs.
  • Loading branch information
flokli committed Dec 7, 2023
1 parent dfdc7f5 commit 2e1553a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
34 changes: 24 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
# Binary cache with nix-serve-ng
nix-serve-ng = {
url = "github:aristanetworks/nix-serve-ng";
inputs.nixpkgs.follows = "nixpkgs";
# Broken with 23.11, base32 misses text >=2.0 && <2.1
# inputs.nixpkgs.follows = "nixpkgs";
};
# Disko for disk partitioning
disko = {
Expand Down

0 comments on commit 2e1553a

Please sign in to comment.