diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-02 00:15:55 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-02 00:15:55 -0800 |
| commit | 784a01d784e79638f156284c7160cbd41b04bf7c (patch) | |
| tree | 85634235484f94e4e13876a670ed935124a39bd1 /config/nix.org | |
| parent | ab25ebda2ae687d0d11b8df5077e2a37d585ddf0 (diff) | |
bump to new commit
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/config/nix.org b/config/nix.org index 555fbe6..934bb36 100644 --- a/config/nix.org +++ b/config/nix.org @@ -87,11 +87,6 @@ and now for the main flake: inputs.nixpkgs.follows = "nixpkgs"; }; - nixpak = { - url = "github:nixpak/nixpak"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - git-hooks = { url = "github:cachix/git-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -110,7 +105,6 @@ and now for the main flake: nixos-dns, deep-research, impermanence, - nixpak, git-hooks, ... } @@ -120,8 +114,6 @@ and now for the main flake: system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; - armPkgs = import nixpkgs { inherit system; }; - generate = nixos-dns.utils.generate nixpkgs.legacyPackages."${system}"; dnsConfig = { @@ -183,20 +175,16 @@ and now for the main flake: pre-commit-check = git-hooks.lib.${system}.run { src = ./.; hooks = { - # 1. Formatting - nixpkgs-fmt.enable = false; - - # 2. Linting - statix.enable = true; + statix.enable = false; deadnix.enable = true; - # 3. Custom VM Boot Check (The "Integration" part) + # Custom VM Boot Check # This runs the build-vm derivation to ensure it compiles vm-build-check = { enable = true; name = "vps-vm-build"; description = "Ensure VPS configuration is buildable as a VM"; - entry = "nix build .#nixosConfigurations.vps.config.system.build.vm --no-link"; + entry = "nix build .#nixosConfigurations.spontaneity.config.system.build.vm --no-link"; pass_filenames = false; }; }; |
