mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
flake.nix: remove unneeded import
Files listed in `modules` are automatically `import`ed.
This commit is contained in:
parent
a9d860f3b3
commit
83c892937d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
mysystem = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
(import ./configuration.nix)
|
||||
./configuration.nix
|
||||
|
||||
/* ignore */ ignoreme # ignore this; don't include it; it is a small helper for this example
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue