Skip to content

Commit

Permalink
SHOULD BE DROPPED WHEN NIXPKGS GETS CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
Kranzes committed Jun 12, 2024
1 parent 8209d9d commit b5dc686
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/flake-module.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
perSystem = { config, self', inputs', pkgs, lib, system, ... }:
let nodejs = pkgs.nodejs_21; in {
let nodejs = pkgs.nodejs_22; in {
devshells.default = {
commands = [
{ package = nodejs; category = "docs"; }
Expand Down
14 changes: 8 additions & 6 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
};

inputs = {
nixpkgs.url = "nixpkgs";
nixpkgs.url = "github:Kranzes/nixpkgs/buildRustCrate-wasm";

flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";

Expand Down

0 comments on commit b5dc686

Please sign in to comment.