More local changes, mostly compose update and nixmate
This commit is contained in:
6
overlays/nixmate.nix
Normal file
6
overlays/nixmate.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
# ./overlays/nixmate.nix
|
||||
inputs: # We pass inputs here so the overlay can see the nixmate flake
|
||||
|
||||
final: prev: {
|
||||
nixmate = inputs.nixmate.packages.${prev.system}.default;
|
||||
}
|
||||
Reference in New Issue
Block a user