Trying to fix adding multiple files
This commit is contained in:
parent
e8b042df54
commit
c1711f231b
3 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue