init
This commit is contained in:
13
libs/default.nix
Normal file
13
libs/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ nixpkgs }:
|
||||
|
||||
with nixpkgs.lib; {
|
||||
# Add your library functions here
|
||||
#
|
||||
forAllSystems = genAttrs [
|
||||
"aarch64-linux"
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
"aarch64-darwin"
|
||||
"x86_64-darwin"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user