Skip to content

griffeth-barker/PSNixOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSNixOS

PSNixOS is a basic and unofficial PowerShell module for verifying, testing, and applying your NixOS configuration file.

Do you use PowerShell as your primary shell on NixOS? Does it feel wrong to type Linux commands into your PowerShell command-line?
These functions are for you. Is this important? Nope! But it feels better to me, so it exists.

Getting Started

Get the Module

PSGallery Version PSGallery Downloads

You can install the module from the PowerShell Gallery.

# Install using Microsoft.PowerShell.PSResourceGet module, which is PowerShellGet's successor.
Install-PSResource -Name PSNixOS -Repository PSGallery

# Install using PowerShellGet module, which is no longer in active development.
# Install-Module -Name PSNixOS -Repository PSGallery

Explore Functions

Once you've imported the module, get started by using Get-Command -Module PSNixOS to discover the functions, or by reading the docs.

Feedback

Please ⭐ star this repository if it is helpful. Constructive feedback is always welcome, as are pull requests. Feel free to open an issue on the repository if needed or send me a message on Signal.

About

A simple PowerShell wrapper script module for nixos-rebuild.

Topics

Resources

License

Stars

Watchers

Forks