Merge pull request #6 from asymmetric/patch-1

flake.nix: remove unneeded import
This commit is contained in:
Cole Mickens 2021-05-30 19:34:02 -05:00 committed by GitHub
commit f58e627c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
]; ];