Skip to content

Commit

Permalink
modules: add missing wait for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Jul 13, 2023
1 parent 548d796 commit b0cf676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
mobile-nixos.flake = false;

# fixes
# TODO wait for https://nixpk.gs/pr-tracker.html?pr=242453
nixpkgs-iproute2-ifd.url = "github:nixos/nixpkgs/pull/242453/head";
};

Expand Down
1 change: 1 addition & 0 deletions flake/hosts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
}

# fixes
# TODO wait for https://nixpk.gs/pr-tracker.html?pr=242453
({modulesPath, ...}: {
disabledModules = [
"${modulesPath}/config/iproute2.nix"
Expand Down

0 comments on commit b0cf676

Please sign in to comment.