Fix missing function parameter in README.
This commit is contained in:
parent
4f2b808a29
commit
2bc006ac15
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ A basic Nix flake using System Manager would look something like this:
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, system-manager }: {
|
outputs = { self, flake-utils, nixpkgs, system-manager }: {
|
||||||
systemConfigs.default = self.lib.makeSystemConfig {
|
systemConfigs.default = self.lib.makeSystemConfig {
|
||||||
system = flake-utils.lib.system.x86_64-linux;
|
system = flake-utils.lib.system.x86_64-linux;
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue