mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 15:15:50 -06:00
Merge pull request #6 from asymmetric/patch-1
flake.nix: remove unneeded import
This commit is contained in:
commit
f58e627c2f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
mysystem = inputs.nixpkgs.lib.nixosSystem {
|
mysystem = inputs.nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
(import ./configuration.nix)
|
./configuration.nix
|
||||||
|
|
||||||
/* ignore */ ignoreme # ignore this; don't include it; it is a small helper for this example
|
/* ignore */ ignoreme # ignore this; don't include it; it is a small helper for this example
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue