Update template/default/flake.nix

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Jonas Chevalier 2022-05-18 19:25:45 +02:00 committed by GitHub
parent ad19f920cf
commit 55ee2b46b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
};
outputs = { self, flake-modules-core, ... }:
flake-modules-core.mkFlake { inherit self; } {
flake-modules-core.lib.mkFlake { inherit self; } {
imports = [
# To import a flake module
# 1. Add foo to inputs