add: project 2
This commit is contained in:
parent
2b3c28d249
commit
4e8e564b44
25 changed files with 921 additions and 3 deletions
8
project2/default.nix
Normal file
8
project2/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
rec {
|
||||
project2 = cpu-schedulers;
|
||||
cpu-schedulers = { stdenv }: stdenv.mkDerivation {
|
||||
name = "cpu-schedulers";
|
||||
src = ./.;
|
||||
installFlags = [ "PREFIX=$(out)" "EXEC=$(name)" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue