Skip to content

Commit

Permalink
remove dependency on nix.dev
Browse files Browse the repository at this point in the history
it's not used for anything
  • Loading branch information
fricklerhandwerk committed Nov 7, 2023
1 parent 2b75346 commit 79221af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 84 deletions.
93 changes: 12 additions & 81 deletions flake.lock

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

3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ rec {
inputs.released-nix-stable.url = "github:nixos/nix/latest-release";
inputs.nix-pills.url = "github:NixOS/nix-pills";
inputs.nix-pills.flake = false;
inputs.nix-dev.url = "github:NixOS/nix.dev";
inputs.nixos-common-styles.url = "github:NixOS/nixos-common-styles";
inputs.nixos-common-styles.inputs.flake-utils.follows = "flake-utils";

Expand Down Expand Up @@ -146,7 +145,6 @@ rec {
"NIXOS_AMIS=${nixosAmis}"
"NIX_PILLS_MANUAL_IN=${nixPills.html-split}/share/doc/nix-pills"
"NIX_PILLS_MANUAL_EPUB=${nixPills.epub}/share/doc/nix-pills/nix-pills.epub"
"NIX_DEV_MANUAL_IN=${nix-dev.packages.${system}.default}"

"-j 1"
];
Expand Down Expand Up @@ -174,7 +172,6 @@ rec {
export NIXOS_AMIS="${nixosAmis}"
export NIX_PILLS_MANUAL_IN="${nixPills.html-split}/share/doc/nix-pills"
export NIX_PILLS_MANUAL_EPUB="${nixPills.epub}/share/doc/nix-pills/nix-pills.epub"
export NIX_DEV_MANUAL_IN="${nix-dev.packages.${system}.default}"
rm -f site-styles/common-styles
ln -s ${nixos-common-styles.packages."${system}".commonStyles} site-styles/common-styles
Expand Down

0 comments on commit 79221af

Please sign in to comment.