Introduce components
This commit is contained in:
3
devel/ada.nix
Normal file
3
devel/ada.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
ada.packages = [];
|
||||
}
|
||||
3
devel/asic.nix
Normal file
3
devel/asic.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
asic.packages = [];
|
||||
}
|
||||
3
devel/c.nix
Normal file
3
devel/c.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
c.packages = [];
|
||||
}
|
||||
3
devel/haskell.nix
Normal file
3
devel/haskell.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
haskell.packages = [];
|
||||
}
|
||||
3
devel/java.nix
Normal file
3
devel/java.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
java.packages = [];
|
||||
}
|
||||
3
devel/rust.nix
Normal file
3
devel/rust.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
rust.packages = [];
|
||||
}
|
||||
Reference in New Issue
Block a user