Skip to content

Commit 82b16dc

Browse files
committed
Get npc from Nixpkgs
1 parent 9c08e52 commit 82b16dc

2 files changed

Lines changed: 0 additions & 85 deletions

File tree

flake.lock

Lines changed: 0 additions & 74 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 & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
url = "github:oxalica/rust-overlay";
1515
inputs.nixpkgs.follows = "nixpkgs";
1616
};
17-
npc = {
18-
url = "github:samestep/npc";
19-
inputs.nixpkgs.follows = "nixpkgs";
20-
inputs.rust-overlay.follows = "rust-overlay";
21-
};
2217
npb = {
2318
url = "github:samestep/npb";
2419
inputs.nixpkgs.follows = "nixpkgs";
@@ -38,7 +33,6 @@
3833
home-manager,
3934
nix-index-database,
4035
rust-overlay,
41-
npc,
4236
npb,
4337
moss,
4438
}:
@@ -95,7 +89,6 @@
9589
system = "x86_64-linux";
9690
overlays = [
9791
commaOverlay
98-
npc.overlays.default
9992
npb.overlays.default
10093
moss.overlays.default
10194
];
@@ -114,7 +107,6 @@
114107
system = "aarch64-darwin";
115108
overlays = [
116109
commaOverlay
117-
npc.overlays.default
118110
npb.overlays.default
119111
moss.overlays.default
120112
];
@@ -133,7 +125,6 @@
133125
system = "x86_64-linux";
134126
overlays = [
135127
commaOverlay
136-
npc.overlays.default
137128
npb.overlays.default
138129
moss.overlays.default
139130
];
@@ -150,7 +141,6 @@
150141
system = "aarch64-linux";
151142
overlays = [
152143
commaOverlay
153-
npc.overlays.default
154144
npb.overlays.default
155145
moss.overlays.default
156146
];
@@ -167,7 +157,6 @@
167157
system = "aarch64-darwin";
168158
overlays = [
169159
commaOverlay
170-
npc.overlays.default
171160
npb.overlays.default
172161
moss.overlays.default
173162
];

0 commit comments

Comments
 (0)