Skip to content

Commit 39126fb

Browse files
committed
Move CodeQL tooling and shell derivative into tooling directory
1 parent 3fbd6a6 commit 39126fb

File tree

8 files changed

+2
-1
lines changed

8 files changed

+2
-1
lines changed

tooling/all-tools.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import codeql/default.nix
File renamed without changes.

shell.nix renamed to tooling/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let
22
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/0e148322b344eab7c8d52f6e59b0d95ba73fb62e.tar.gz";
3-
pkgs = (import nixpkgs { config = {}; overlays = []; }) // (import ./scripts/codeql/default.nix);
3+
pkgs = (import nixpkgs { config = {}; overlays = []; }) // (import ./all-tools.nix);
44
in
55

66
pkgs.mkShell {

0 commit comments

Comments
 (0)