Skip to content

Commit

Permalink
refactor: use the Elmer overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
mk3z committed Aug 27, 2024
1 parent 1874db6 commit 0974952
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/elmer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ in
];
};

environment.systemPackages = [ inputs.elmer.packages.x86_64-linux.gui pkgs.mpi ];
nixpkgs.overlays = [ inputs.elmer.overlay ];

environment.systemPackages = with pkgs; [ elmer-gui mpi ];
};
}

0 comments on commit 0974952

Please sign in to comment.