Jörg Thalheim
55d20619d5
README: expand installation methods
2021-11-06 07:28:44 +01:00
Lassulus
bb55fe72d9
Merge pull request #118 from mkg20001/lxd-v2
...
lxc: use new build system from nixpkgs directly
2021-11-03 17:52:14 +01:00
Maciej Krüger
95d2f83c5d
lxc: use new files from nixpkgs directly
2021-11-03 17:43:48 +01:00
Jörg Thalheim
d8fa9dc9ad
Merge pull request #117 from illustris/pve
...
fix typo in readme
2021-11-02 16:44:35 +01:00
illustris
a8eae7998c
fix typo in readme
2021-11-02 20:16:13 +05:30
Lassulus
3b5de50f12
Merge pull request #116 from illustris/pve
...
add proxmox (vma) image format
2021-11-01 08:41:51 +01:00
illustris
81ba0b42cb
add proxmox (vma) image format
2021-11-01 07:21:40 +05:30
Lassulus
ea58f35cba
Merge pull request #115 from contrun/patch-1
...
update help document about the vm formats to run
2021-10-29 09:03:31 +02:00
contrun
cb3592d25a
update help document about the vm formats to run
2021-10-29 14:25:10 +08:00
lassulus
5d39e9b4d3
formats/sd*: use new module path
2021-10-17 12:43:37 +02:00
lassulus
3ede4cca3d
formats/vm: remove conflicting port forwarding
2021-10-17 12:43:37 +02:00
Lassulus
5f215d70a2
Merge pull request #111 from nix-community/dependabot/github_actions/cachix/install-nix-action-14
...
Bump cachix/install-nix-action from 13 to 14
2021-09-13 15:40:31 +02:00
dependabot[bot]
0bf4102fe1
Bump cachix/install-nix-action from 13 to 14
...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action ) from 13 to 14.
- [Release notes](https://github.com/cachix/install-nix-action/releases )
- [Commits](https://github.com/cachix/install-nix-action/compare/v13...v14 )
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 13:03:12 +00:00
Han Verstraete
022ef440af
flake.lock: Update ( #109 )
...
Flake input changes:
* Updated 'nixlib': 'github:divnix/nixpkgs.lib/95c4b09c919abfbadc24386008541db16ba712d8' -> 'github:nix-community/nixpkgs.lib/7b4dc08734c5c4703b22b9c780417042e1c8f020'
2021-06-29 15:35:46 +02:00
Lassulus
ee75b41fa1
Merge pull request #108 from blaggacao/patch-1
...
nixpkgs.lib is now in nix-community
2021-06-23 20:37:24 +03:00
David Arnold
5bde0c8b9e
nixpkgs.lib is now in nix-community
2021-06-23 12:16:33 -05:00
Jörg Thalheim
3d857bc270
Merge pull request #107 from dbaynard/patch-1
...
Replace deprecated mingetty option with getty
2021-06-23 18:37:09 +02:00
David Baynard
863c0912d9
Replace deprecated mingetty option with getty
2021-06-21 23:27:36 +01:00
Lassulus
1541d4b070
Merge pull request #104 from blaggacao/da/modules-are-nixpkgs-independent
...
For module-only consumers, avoid depending on nixpkgs
2021-06-21 12:49:14 +02:00
David Arnold
cbfb6691f7
For module-only consumers, avoid depending on nixpkgs
...
This seems odd, but it works since input dependencies are lazily fetched
that means a downstream repo, that only consumes the modules output
(like for example `divnix/digga`), does never fetch nor instantiate
nixpkgs proper (which would be costly).
This enables `divnix/digga` to continue to _not_ depend on `nixpkgs`
for operation.
(it still depends on `nixpkgs` as a strict development dependency, but
beacause of the black magic which I describe above, no end user
will ever fetch it's depenency on `nixpkgs`.
So, here, we want to implement a similar trick to avoid acquireing deps
where they should net be acquired.
2021-06-20 15:58:36 -05:00
Lassulus
c64d3c2153
Merge pull request #105 from nix-community/fix-install
...
Makefile: also include format-module.nix
2021-06-19 17:40:13 +02:00
Jörg Thalheim
f243a4961d
Makefile: also include format-module.nix
2021-06-18 23:16:36 +02:00
Jonas Schievink
4235c30807
Update cleverca22/nix-tests
to fix kexec on AArch64 ( #102 )
...
* Update `cleverca22/nix-tests` to fix kexec on AArch64
* Update formats/kexec.nix
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-06-14 13:43:07 +02:00
Lassulus
0ee263b3cd
Merge pull request #100 from Pacman99/export-formats
...
flake: export formats as nixosModules
2021-06-09 11:45:56 +02:00
Pacman99
afab4671b8
flake: export formats as nixosModules
2021-06-08 18:48:30 -07:00
Lassulus
23143c87be
Merge pull request #98 from dfrankland/increase-raw-size-limit
...
allow raw disk size to automatically increment
2021-05-22 07:02:40 +02:00
Dylan Frankland
3a913d1b94
allow raw disk size to automatically increment
...
removes the 2GB limit on raw disks
2021-05-21 20:35:12 -07:00
Lassulus
7e14cf7ef5
Merge pull request #97 from nix-community/ci
...
update nixpkgs & ci
2021-04-25 08:25:23 +02:00
Jörg Thalheim
93c5f4da4a
ci: only build flake version
...
Since this flake-compat there is no value in testing different nixpkgs versions.
2021-04-25 07:23:41 +02:00
Jörg Thalheim
38c5bc1049
update nixpkgs
2021-04-25 07:21:03 +02:00
Lassulus
f008434f3a
Merge pull request #95 from mkg20001/remove-impurities
...
cleanup impurities by using modulesPath instead of <nixpkgs>
2021-04-14 16:15:31 +02:00
Maciej Krüger
343e0c4502
cleanup impurities by using modulesPath instead of <nixpkgs>
2021-04-14 16:10:15 +02:00
Lassulus
4e0d60e1e0
Merge pull request #93 from dfrankland/fix-lxc
...
Fix copying of LXC system contents
2021-04-13 20:24:31 +02:00
Dylan Frankland
1900ec1845
Fix copying of LXC system contents
2021-04-11 21:40:25 -07:00
dependabot[bot]
b0d666696f
Bump cachix/install-nix-action from v12 to v13 ( #91 )
...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action ) from v12 to v13.
- [Release notes](https://github.com/cachix/install-nix-action/releases )
- [Commits](https://github.com/cachix/install-nix-action/compare/v12...8d6d5e949675fbadb765c6b1a975047fa5f09b27 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-05 16:06:41 +02:00
Lassulus
974cd913e5
Merge pull request #90 from kanashimia/master
...
flake info subcommand was renamed to metadata
2021-03-31 10:15:33 +02:00
Mykyta Ursol
b95c73cfcc
flake info subcommand was renamed to metadata
2021-03-31 00:35:44 +03:00
Lassulus
537b572d3a
Merge pull request #88 from nix-community/nix-options
...
pass --option to nix-build
2021-02-14 13:56:14 +01:00
Lassulus
ba8ba2c720
Merge pull request #89 from nix-community/ci
...
add basic CI
2021-02-10 09:48:01 +01:00
Jörg Thalheim
a62078b0da
flake.nix: remove invalid nixosConfigurations
...
This breaks `nix flake show`. It's not quite clear to me why this is
needed in packages.
2021-02-10 09:16:24 +01:00
Jörg Thalheim
c239d0de25
bump nixpkgs
...
also make branch explicit, otherwise updates depends on user's /etc/nix/registry.json
2021-02-10 09:11:53 +01:00
Jörg Thalheim
3df7ac1473
add basic ci
2021-02-10 09:11:38 +01:00
Jörg Thalheim
88f02ce597
bump nixpkgs
...
also make branch explicit, otherwise updates depends on user's /etc/nix/registry.json
2021-02-10 09:00:13 +01:00
Jörg Thalheim
93c3100f95
pass --option to nix-build
2021-02-10 08:57:20 +01:00
Jörg Thalheim
1665321568
Merge pull request #87 from nix-community/no-lorri
...
envrc: fallback if lorri is not present
2021-02-10 06:18:54 +00:00
Jörg Thalheim
fd7fe03149
envrc: fallback if lorri is not present
2021-02-09 23:14:55 +01:00
Lassulus
450f39121c
Merge pull request #76 from jD91mZM2/flake
...
Flake support
2020-11-09 22:33:33 +01:00
jD91mZM2
998b0c5a1a
Update flake.lock
...
Stupid nix decided to make this a path instead, because by default the
nixpkgs registry item is broken
2020-10-23 22:33:16 +02:00
jD91mZM2
9a8e56a767
Implement support for flakes
2020-10-23 18:16:09 +02:00
jD91mZM2
f8b23a0dd6
Create flake.nix
2020-10-23 16:48:17 +02:00