1
Fork 0
Commit Graph

15 Commits

Author SHA1 Message Date
Motiejus Jakštys f0a32ae9ae top-level modules: make work 2024-01-19 21:42:22 +02:00
Motiejus Jakštys a382d78d63 module does not build:
$ nix build .#nixosConfigurations.vm.config.system.build.vm
    error:
	   … while calling the 'derivationStrict' builtin

	     at /builtin/derivation.nix:9:12: (source not available)

	   … while evaluating derivation 'nixos-vm'
	     whose name attribute is located at /nix/store/ikx99aci297hpgys7114fjwyf38iv9qi-source/pkgs/stdenv/generic/make-derivation.nix:348:7

	   … while evaluating attribute 'buildCommand' of derivation 'nixos-vm'

	     at /nix/store/ikx99aci297hpgys7114fjwyf38iv9qi-source/pkgs/build-support/trivial-builders/default.nix:87:14:

	       86|       enableParallelBuilding = true;
	       87|       inherit buildCommand name;
		 |              ^
	       88|       passAsFile = [ "buildCommand" ]

	   (stack trace truncated; use '--show-trace' to show the full trace)

	   error: attribute 'system' missing

	   at /nix/store/ikx99aci297hpgys7114fjwyf38iv9qi-source/lib/modules.nix:506:28:

	      505|         builtins.addErrorContext (context name)
	      506|           (args.${name} or config._module.args.${name})
		 |                            ^
	      507|       ) (lib.functionArgs f);
2024-01-19 21:42:22 +02:00
Motiejus Jakštys 66d8a424a2 vm bulds, but with django4 2024-01-19 21:42:22 +02:00
Motiejus Jakštys bf0d2452ce fix creds dir 2024-01-17 15:30:37 +02:00
Motiejus Jakštys 5c9e5c1d7f e11sync-backend: some limits 2024-01-17 00:47:07 +02:00
Motiejus Jakštys 8f2268782b caddy 2024-01-16 23:51:53 +02:00
Motiejus Jakštys 6038aad312 fix databasePath 2024-01-16 23:05:19 +02:00
Motiejus Jakštys 669939f2c1 secrets are no longer stubs 2024-01-16 22:54:23 +02:00
Motiejus Jakštys 5c701b6878 systemd service: fix serviceConfig 2024-01-16 22:38:17 +02:00
Motiejus Jakštys 8bd66dab15 e11sync-backend systemd unit 2024-01-16 15:38:00 +02:00
Motiejus Jakštys 994a4ad18b django_5: override globally 2024-01-16 00:39:11 +02:00
Motiejus Jakštys 0d31ec7969 django: propagate better 2024-01-16 00:09:47 +02:00
Motiejus Jakštys 4475a47987 fix vm
vm works, the app can't find django
2024-01-15 23:41:15 +02:00
Motiejus Jakštys 0f4ae2a2fd add vm 2024-01-15 23:17:29 +02:00
Motiejus Jakštys a659062930 adding e11sync module 2024-01-15 22:44:08 +02:00