From 784a01d784e79638f156284c7160cbd41b04bf7c Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 2 Mar 2026 00:15:55 -0800 Subject: bump to new commit --- config/nix.org | 18 +++--------------- nix | 2 +- 2 files changed, 4 insertions(+), 16 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; }; }; diff --git a/nix b/nix index 12ad71d..65de254 160000 --- a/nix +++ b/nix @@ -1 +1 @@ -Subproject commit 12ad71decffe437b533e05a3d28a9c860605a171 +Subproject commit 65de2541ba1ba1d5d2ce98c0f759879c8d0b512d -- cgit v1.3