add nix-darwin
This commit is contained in:
parent
70b453279b
commit
3224356042
1 changed files with 6 additions and 1 deletions
|
@ -1,16 +1,21 @@
|
|||
# /etc/nixos/flake.nix
|
||||
{
|
||||
description = "flake for mira::auxin";
|
||||
description = "flake for mira::{auxin, leptin, gastrin}";
|
||||
|
||||
inputs = {
|
||||
nixpkgs = {
|
||||
url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
};
|
||||
nix-darwin = {
|
||||
url = "github:LnL7/nix-darwin";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
nix-darwin,
|
||||
}: {
|
||||
nixosConfigurations = {
|
||||
auxin = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Reference in a new issue