mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-16 19:07:00 +05:30
fix(flakes): drop unused custom-nixpkgs
input
This commit is contained in:
parent
d927a73199
commit
f8ee42d036
2 changed files with 1 additions and 47 deletions
|
@ -11,11 +11,6 @@
|
|||
inputs.crane.url = "github:ipetkov/crane";
|
||||
inputs.crane.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
inputs.custom-nixpkgs.url = "github:msfjarvis/custom-nixpkgs";
|
||||
inputs.custom-nixpkgs.inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.custom-nixpkgs.inputs.fenix.follows = "fenix";
|
||||
inputs.custom-nixpkgs.inputs.systems.follows = "systems";
|
||||
|
||||
inputs.devshell.url = "github:numtide/devshell";
|
||||
inputs.devshell.inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.devshell.inputs.systems.follows = "systems";
|
||||
|
@ -34,7 +29,6 @@
|
|||
nixpkgs,
|
||||
advisory-db,
|
||||
crane,
|
||||
custom-nixpkgs,
|
||||
devshell,
|
||||
fenix,
|
||||
flake-utils,
|
||||
|
@ -43,7 +37,7 @@
|
|||
flake-utils.lib.eachDefaultSystem (system: let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [custom-nixpkgs.overlays.default devshell.overlays.default];
|
||||
overlays = [devshell.overlays.default];
|
||||
};
|
||||
|
||||
rustNightly = (import fenix {inherit pkgs;}).fromToolchainFile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue