mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2025-03-12 06:26:14 +00:00
Small typo to flake setup code example
This commit is contained in:
parent
0a6fdefb53
commit
30cc37e160
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ inputs = {
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = (
|
nixosConfigurations = (
|
||||||
HOSTNAME = nixpkgs.lib.nixosSystem {
|
HOSTNAME = nixpkgs.lib.nixosSystem {
|
||||||
(import ./configuration.nix flake-overlays)
|
modules = [ (import ./configuration.nix flake-overlays) ]
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue