Skip to content

Commit

Permalink
chore: update flake.nix to use unstable repo and latest pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcabe committed Jul 17, 2024
1 parent ccb8552 commit 57612a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description = "Educational computer architecture simulator";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -41,8 +41,7 @@
inherit system;
pkgs = nixpkgs.legacyPackages.${system};
commonPackages = builtins.attrValues {
inherit (pkgs) nodejs;
inherit (pkgs.nodePackages) pnpm;
inherit (pkgs) nodejs pnpm;
};
inherit (pnpm2nix.packages.${system}) mkPnpmPackage;
});
Expand Down

0 comments on commit 57612a9

Please sign in to comment.