Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 2.5 KB

README.md

File metadata and controls

80 lines (60 loc) · 2.5 KB

sn0wm1x

SN0WM1X (Nix) User Repository


Build and populate cache Cachix Cache

Usage

nix run
nix run github:sn0wm1x/ur#example-package
nix flake (standalone)
# flake.nix
{
  inputs.sn0wm1x.url = "github:sn0wm1x/ur";
  inputs.sn0wm1x.inputs.nixpkgs.follows = "nixpkgs";

  outputs = {
    nixosConfigurations.myConfig = nixpkgs.lib.nixosSystem {
      # ...
      modules = [
        # nur.nixosModules.nur
        sn0wm1x.nixosModules.hatsu
      ];
    };
  };
}
nix flake (combined)
home.packages = with pkgs; [
  nur.repos.sn0wm1x.example-package
];

License

MIT