cleanup
This commit is contained in:
parent
3b91f038e6
commit
fde46772c8
@ -96,7 +96,7 @@ nix flake show github:kamadorueda/alejandra
|
||||
---
|
||||
|
||||
```nix
|
||||
#flake.nix
|
||||
# flake.nix
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
@ -132,7 +132,7 @@ nix flake show github:kamadorueda/alejandra
|
||||
---
|
||||
|
||||
```nix
|
||||
#home.nix
|
||||
# home.nix
|
||||
{
|
||||
zen-browser,
|
||||
config,
|
||||
@ -156,7 +156,7 @@ nix flake show github:kamadorueda/alejandra
|
||||
---
|
||||
|
||||
```nix
|
||||
#configuration.nix
|
||||
# configuration.nix
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
@ -353,7 +353,7 @@ in
|
||||
systému
|
||||
* Rozdíl oproti klasickému `pkgs.writeShellScriptBin`
|
||||
* [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/writers/scripts.nix) - pro všechny možnosti konfigurace skriptů
|
||||
* [https://nixos.wiki/wiki/Nix-writers](https://nixos.wiki/wiki/Nix-writers) - osekaná wiki
|
||||
* [https://nixos.wiki/wiki/Nix-writers](https://nixos.wiki/wiki/Nix-writers) - wiki
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user