2026-06-02 10:49:52 +03:00
2026-06-02 10:49:52 +03:00
2026-06-02 10:49:52 +03:00
2026-05-28 22:59:22 +03:00
2026-05-24 19:24:38 +03:00
2026-03-28 15:43:14 +03:00
2026-03-15 01:28:43 +02:00
2025-04-20 02:52:50 +03:00
2026-04-26 00:13:20 +03:00

Installation

It's from here:

https://github.com/Misterio77/nix-starter-configs/tree/main/standard

It was probably initialized with this command:

nix flake init -t github:misterio77/nix-starter-config#standard

VM

nix build .#nixosConfigurations.vm.config.system.build.vm

From https://github.com/nix-community/vagrant-nixos-plugin

Or do this

nix build '.?submodules=1#nixosConfigurations.vm.config.system.build.vm'

Lauretta

For Lauretta

sudo nixos-rebuild switch --flake '.?submodules=1#lauretta'

Updating azos-core

nix flake lock --update-input azos-core

Updating everything

nix flake update

In order to collect garbage:

sudo nix-collect-garbage --delete-old

Installing home manager on non-nixos

nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update

Then we add

$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh

as source to BASH. before we install

usage tips

If you want nix rpel

nix repl

Then in this directory:

:lf .

Then you can tpye:

inputs.nixpkgs.lib

And stuff

If life is giving you trouble with submodules

nix flake lock --update-input azos-core

Shell

nix develop .#shells.x86_64-linux.debugTexShell

Tasks

Things to work out

Notebook tempaltes

S
Description
No description provided
Readme 382 KiB
Languages
Nix 86.8%
Python 6.9%
TeX 5.7%
Shell 0.6%