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 882f868
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 85 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.

4 changes: 0 additions & 4 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 All @@ -34,7 +33,6 @@ rec {
, released-nix-unstable
, released-nix-stable
, nix-pills
, nix-dev
, nixos-common-styles
}:
flake-utils.lib.eachDefaultSystem (system:
Expand Down Expand Up @@ -146,7 +144,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 +171,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 882f868

Please sign in to comment.