mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-08 23:59:45 +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 {
|
||||
nixosConfigurations = (
|
||||
HOSTNAME = nixpkgs.lib.nixosSystem {
|
||||
(import ./configuration.nix flake-overlays)
|
||||
modules = [ (import ./configuration.nix flake-overlays) ]
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue