cleanup
This commit is contained in:
parent
3b91f038e6
commit
fde46772c8
@ -96,7 +96,7 @@ nix flake show github:kamadorueda/alejandra
|
|||||||
---
|
---
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
#flake.nix
|
# flake.nix
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
@ -132,7 +132,7 @@ nix flake show github:kamadorueda/alejandra
|
|||||||
---
|
---
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
#home.nix
|
# home.nix
|
||||||
{
|
{
|
||||||
zen-browser,
|
zen-browser,
|
||||||
config,
|
config,
|
||||||
@ -156,7 +156,7 @@ nix flake show github:kamadorueda/alejandra
|
|||||||
---
|
---
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
#configuration.nix
|
# configuration.nix
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
@ -353,7 +353,7 @@ in
|
|||||||
systému
|
systému
|
||||||
* Rozdíl oproti klasickému `pkgs.writeShellScriptBin`
|
* 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ů
|
* [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