Skip to content

Commit

Permalink
Remove unused flake input
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Mar 18, 2024
1 parent 0aaca6e commit fb5e24a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
21 changes: 0 additions & 21 deletions flake.lock

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

4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
flake-utils.url = "github:numtide/flake-utils";
bp.url = "github:serokell/nix-npm-buildpackage";
bp.inputs.nixpkgs.follows = "nixpkgs";
};

outputs = { self, nixpkgs, flake-utils, bp, ... }:
outputs = { self, nixpkgs, flake-utils, ... }:
flake-utils.lib.eachDefaultSystem
(system:
let
Expand Down

0 comments on commit fb5e24a

Please sign in to comment.