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