Skip to content

Commit

Permalink
chore(deps): Update nixpkgs pin (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob authored Sep 24, 2024
2 parents d553390 + 8c9888a commit 1019970
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
},
"scripts": {
"prepare": "husky",
"lint": "./bin/run_clang-format.sh"
}
"lint": "./bin/run_clang-format.sh"
},
"packageManager": "pnpm@9.7.1+sha1.b0ae55d11432e1af341998848fdc219a62f7623a"
}
6 changes: 3 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/63dacb46bf939521bdc93981b4cbb7ecb58427a0.tar.gz"; # 24.05
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/eb28b94bd14835836b539bc3854a6abf929876d4.tar.gz";
pkgs = import nixpkgs { config = {}; overlays = []; };
in

Expand All @@ -15,9 +15,9 @@ pkgs.mkShell {
pkgs.valgrind
pkgs.dpkg
pkgs.rpm
pkgs.temurin-jre-bin-18
pkgs.jre_minimal
pkgs.nodejs_20
pkgs.corepack
pkgs.corepack_20
];

shellHook = ''
Expand Down

0 comments on commit 1019970

Please sign in to comment.