Skip to content

Flake-driven Nix configuration for MacOS and NixOS ✨

Notifications You must be signed in to change notification settings

execat/nixos-config-private

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS Config

On clean install

  1. Install Nix as per the instructions on the Determinate installer: link
    curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
    
  2. Install command line tools: xcode-select --install
  3. Find the required SSH file for Github to make sure this repo is accessible (Ignore if repo is public) Test with ssh -T [email protected]
  4. Run bin/build or the specific build script like bin/darwin-build

To update

Go to flake.nix and update the inputs:

url = "github:nixos/nixpkgs?rev=eabe8d3eface69f5bb16c18f8662a702f50c20d5";

The revision could be from this link: https://github.com/NixOS/nixpkgs/tree/nixpkgs-unstable or any other branch (nixos-unstable or any other release)

About

Flake-driven Nix configuration for MacOS and NixOS ✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published