forked from auxolotl/templates
chore: ignore some inputs
This commit is contained in:
parent
03a8f01dfe
commit
6d9f867465
|
@ -23,13 +23,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{
|
inputs@{ darwin, home-manager, ... }:
|
||||||
self,
|
|
||||||
nixpkgs,
|
|
||||||
darwin,
|
|
||||||
home-manager,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
# we can use the `let` and `in` syntax to define variables
|
# we can use the `let` and `in` syntax to define variables
|
||||||
# and use them in the rest of the expression
|
# and use them in the rest of the expression
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue