This website requires JavaScript.
Explore
Help
Sign in
reo101
/
rix101
Watch
1
Star
0
Fork
You've already forked rix101
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
52d28e5001
rix101
/
hosts
/
nix-darwin
/
apavel-a01
/
meta.nix
5 lines
50 B
Nix
Raw
Normal View
History
Unescape
Escape
feat(configurations)!: flatten down, introduce `meta.nix` Flatten down directory structure: - From: `./hosts/${configuration-type}/${system}/{configuration,deploy}.nix` - To: `./hosts/${configuration-type}/{meta,configuration}.nix` Keep `system` and `deploy-rs` config in `meta.nix` Update `flake.lock`
2024-08-13 14:53:14 +02:00
{
system
=
"
x
8
6
_
6
4
-
d
a
r
w
i
n
"
;
feat(configurations): add `enable` to `meta` Disable old `darwin` configurations (`apavel-a01` and `limontozu`)
2024-09-01 16:36:20 +02:00
enable
=
false
;
feat(configurations)!: flatten down, introduce `meta.nix` Flatten down directory structure: - From: `./hosts/${configuration-type}/${system}/{configuration,deploy}.nix` - To: `./hosts/${configuration-type}/{meta,configuration}.nix` Keep `system` and `deploy-rs` config in `meta.nix` Update `flake.lock`
2024-08-13 14:53:14 +02:00
}
Reference in a new issue
Copy permalink