Skip to content

Commit 06a9bf7

Browse files
remove dependency on nix.dev (#1149)
it's not used for anything
1 parent 5bbcac7 commit 06a9bf7

File tree

2 files changed

+12
-85
lines changed

2 files changed

+12
-85
lines changed

flake.lock

Lines changed: 12 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ rec {
1212
inputs.released-nix-stable.url = "github:nixos/nix/latest-release";
1313
inputs.nix-pills.url = "github:NixOS/nix-pills";
1414
inputs.nix-pills.flake = false;
15-
inputs.nix-dev.url = "github:NixOS/nix.dev";
1615
inputs.nixos-common-styles.url = "github:NixOS/nixos-common-styles";
1716
inputs.nixos-common-styles.inputs.flake-utils.follows = "flake-utils";
1817

@@ -34,7 +33,6 @@ rec {
3433
, released-nix-unstable
3534
, released-nix-stable
3635
, nix-pills
37-
, nix-dev
3836
, nixos-common-styles
3937
}:
4038
flake-utils.lib.eachDefaultSystem (system:
@@ -146,7 +144,6 @@ rec {
146144
"NIXOS_AMIS=${nixosAmis}"
147145
"NIX_PILLS_MANUAL_IN=${nixPills.html-split}/share/doc/nix-pills"
148146
"NIX_PILLS_MANUAL_EPUB=${nixPills.epub}/share/doc/nix-pills/nix-pills.epub"
149-
"NIX_DEV_MANUAL_IN=${nix-dev.packages.${system}.default}"
150147

151148
"-j 1"
152149
];
@@ -174,7 +171,6 @@ rec {
174171
export NIXOS_AMIS="${nixosAmis}"
175172
export NIX_PILLS_MANUAL_IN="${nixPills.html-split}/share/doc/nix-pills"
176173
export NIX_PILLS_MANUAL_EPUB="${nixPills.epub}/share/doc/nix-pills/nix-pills.epub"
177-
export NIX_DEV_MANUAL_IN="${nix-dev.packages.${system}.default}"
178174
179175
rm -f site-styles/common-styles
180176
ln -s ${nixos-common-styles.packages."${system}".commonStyles} site-styles/common-styles

0 commit comments

Comments
 (0)