init

hoss
Aug 14, 2022, 4:07 PM
GSXVZ3SWHOYHG2ZWFDELC4NYMJYBRR55KJ4J3U7P57H5ITGLEIXQC

Dependencies

Change contents

  • file addition: flake.nix (----------)
    [2.1]
    {
    description = "My System Configurations";
    inputs = {
    nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
    darwin.url = "github:LnL7/nix-darwin";
    darwin.inputs.nixpkgs.follows = "nixpkgs-unstable";
    };
    outputs = { self, darwin, ... }:
    let
    inherit (darwin.lib) darwinSystem;
    nixpkgsConfig = { config = { allowUnfree = true; }; };
    in {
    darwinConfigurations = {
    hossmbp = darwinSystem {
    system = "aarch64-darwin";
    modules = [
    ./darwin
    {
    networking.computerName = "Hoss MBP";
    networking.hostName = "hossmbp";
    }
    ];
    };
    };
    defaultPackage.aarch64-darwin = self.darwinConfigurations.hossmbp.system;
    };
    }
  • file addition: flake.lock (----------)
    [2.1]
    {
    "nodes": {
    "darwin": {
    "inputs": {
    "nixpkgs": [
    "nixpkgs-unstable"
    ]
    },
    "locked": {
    "lastModified": 1657835815,
    "narHash": "sha256-CnZszAYpNKydh6N7+xg+eRtWNVoAAGqc6bg+Lpgq1xc=",
    "owner": "LnL7",
    "repo": "nix-darwin",
    "rev": "54a24f042f93c79f5679f133faddedec61955cf2",
    "type": "github"
    },
    "original": {
    "owner": "LnL7",
    "repo": "nix-darwin",
    "type": "github"
    }
    },
    "nixpkgs-unstable": {
    "locked": {
    "lastModified": 1660464579,
    "narHash": "sha256-kzA9rwh0wS6CwUnFHAQ7dhJCowMPfRbvixVeOKnUmjo=",
    "owner": "nixos",
    "repo": "nixpkgs",
    "rev": "b02538b16f6c5e1dbfce1033b27946e25c019b3b",
    "type": "github"
    },
    "original": {
    "owner": "nixos",
    "ref": "nixpkgs-unstable",
    "repo": "nixpkgs",
    "type": "github"
    }
    },
    "root": {
    "inputs": {
    "darwin": "darwin",
    "nixpkgs-unstable": "nixpkgs-unstable"
    }
    }
    },
    "root": "root",
    "version": 7
    }
  • file addition: darwin (d--r------)
    [2.1]
  • file addition: .ignore (----------)
    [2.1]
    .git
    .DS_Store
    result