Skip to content

Commit

Permalink
Add VM memory manager
Browse files Browse the repository at this point in the history
Signed-off-by: Santtu Lakkala <[email protected]>
  • Loading branch information
slakkala authored and humaidq-tii committed Jan 27, 2025
1 parent 86d7d98 commit 776258d
Show file tree
Hide file tree
Showing 6 changed files with 1,032 additions and 1 deletion.
1 change: 1 addition & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SPDX-FileCopyrightText = "2022-2025 TII (SSRC) and the Ghaf contributors"
precedence = "closest"
path = [
"flake.lock",
"packages/ghaf-mem-manager/Cargo.lock",
"packages/ghaf-artwork/**/*.png",
"packages/ghaf-artwork/**/*.jpg",
"packages/ghaf-artwork/**/*.svg",
Expand Down
2 changes: 1 addition & 1 deletion packages/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ let
callPackage = pkgs.lib.callPackageWith pkgs;
in
{

ghaf-artwork = callPackage ./ghaf-artwork { };
ghaf-audio-control = callPackage ./ghaf-audio-control { };
ghaf-mem-manager = callPackage ./ghaf-mem-manager { inherit (inputs) crane; };
ghaf-theme = callPackage ./ghaf-theme { };
ghaf-nw-packet-forwarder = callPackage ./ghaf-nw-packet-forwarder { inherit (inputs) crane; };
};
Expand Down
Loading

0 comments on commit 776258d

Please sign in to comment.