Setup nix flake to work with darwin, wsl and linux system configuration. This has ONLY been tested on Darwin so far.
This commit is contained in:
parent
5322764881
commit
f0f8aeb7b8
15 changed files with 468 additions and 144 deletions
14
nix/local_system.nix
Normal file
14
nix/local_system.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
self,
|
||||
nix-homebrew,
|
||||
...
|
||||
}:
|
||||
{
|
||||
system = {
|
||||
stateVersion = 5;
|
||||
};
|
||||
|
||||
nix-homebrew.user = "larssonmartin1998-mac";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue