refactor(flake): rename flake.in.nix to outputs.nix
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
087dd2af15
commit
c5c1dfe63b
3 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ sudo ln -sf /home/matt/.nix /etc/nixos
|
||||||
### Flake Inputs
|
### Flake Inputs
|
||||||
|
|
||||||
To allow use of the full nix language for my inputs, I use [genflake](https://github.com/jorsn/flakegen).
|
To allow use of the full nix language for my inputs, I use [genflake](https://github.com/jorsn/flakegen).
|
||||||
Therefore, the flake I edit is located at `./flake.in.nix`.
|
Therefore, the flake I edit is located at `./outputs.nix`.
|
||||||
|
|
||||||
I also prefer using a more descriptive format for my inputs like so:
|
I also prefer using a more descriptive format for my inputs like so:
|
||||||
|
|
||||||
|
|
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
Loading…
Reference in a new issue