Update template/default/flake.nix
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
ad19f920cf
commit
55ee2b46b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue