mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Upload New File
This commit is contained in:
parent
27faf778cd
commit
40afacef61
1 changed files with 10 additions and 0 deletions
10
dev/COSMIC/shell.nix
Normal file
10
dev/COSMIC/shell.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
buildPackages.cargo
|
||||
buildPackages.just
|
||||
buildPackages.gnumake
|
||||
buildPackages.meson
|
||||
buildPackages.gcc
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue