Trying to fix adding multiple files

This commit is contained in:
Chris Cochrun 2023-04-27 14:18:43 -05:00
parent e8b042df54
commit c1711f231b
3 changed files with 6 additions and 4 deletions

View file

@ -5,6 +5,7 @@
cargo2nix.url = "github:cargo2nix/cargo2nix/release-0.11.0";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
# nixpkgs.follows = "cargo2nix/nixpkgs";
};
outputs = inputs: with inputs;
@ -27,6 +28,8 @@
workspaceShell = rustPkgs.workspaceShell {
packages = with pkgs; [
gcc
stdenv
bintools
gnumake
gdb
qtcreator