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
|
# /etc/nixos/flake.nix
|
||||||
{
|
{
|
||||||
description = "flake for mira::auxin";
|
description = "flake for mira::{auxin, leptin, gastrin}";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
url = "github:NixOS/nixpkgs/nixos-unstable";
|
url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
};
|
};
|
||||||
|
nix-darwin = {
|
||||||
|
url = "github:LnL7/nix-darwin";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
nix-darwin,
|
||||||
}: {
|
}: {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
auxin = nixpkgs.lib.nixosSystem {
|
auxin = nixpkgs.lib.nixosSystem {
|
||||||
|
|
Loading…
Add table
Reference in a new issue