diff --git a/flake.lock b/flake.lock index 83e637a..de74fcb 100644 --- a/flake.lock +++ b/flake.lock @@ -218,11 +218,11 @@ ] }, "locked": { - "lastModified": 1714868057, - "narHash": "sha256-Q9vGkxmuarySjPKO6yixjZ0tkaVIQS2wU9FpCpDA7+I=", + "lastModified": 1715038983, + "narHash": "sha256-DCZbFoNM8sx6YhEtu/xkNZfRwEt7RucJr3zuVVkugIw=", "ref": "refs/heads/main", - "rev": "e31baf57680bab449ab5b40179cc4a08a99f5314", - "revCount": 62, + "rev": "aaf759cd93d1946336247808e7551df714cfd332", + "revCount": 70, "type": "git", "url": "https://git.lix.systems/lix-project/nixos-module" }, @@ -296,15 +296,15 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1714930819, - "narHash": "sha256-A+XeHE/YbsDV5fEROEiQDLCnHojdSwkvK1iv6vdy1o8=", - "owner": "auxolotl", + "lastModified": 1714906307, + "narHash": "sha256-UlRZtrCnhPFSJlDQE7M0eyhgvuuHBTe1eJ9N9AQlJQ0=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "39c77ffe3193820e988d9551e390295d181a09c1", + "rev": "25865a40d14b3f9cf19f19b924e2ab4069b09588", "type": "github" }, "original": { - "owner": "auxolotl", + "owner": "NixOS", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" diff --git a/flake.nix b/flake.nix index e25904d..248959c 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ inputs = { # Track base packages against unstable - nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; # Replace Nix with Lix: https://lix.systems/ lix = { diff --git a/modules/base/nix.nix b/modules/base/nix.nix index 57e5043..3c1193e 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -1,9 +1,5 @@ # Nix configuration { pkgs, config, lib, inputs, ... }: { - # Disable local documentation - # This is a temporary workaround to get Auxolotl to build. See https://forum.aux.computer/t/rebuild-is-failing/497/30 - documentation.nixos.enable = false; - nix = { settings = { # Enable Flakes