1
0
Fork 0

Switch to Axolotl

This commit is contained in:
Aires 2024-05-06 14:34:29 -04:00
parent 80cbe52a42
commit 0c45de7ae7
3 changed files with 14 additions and 10 deletions

View file

@ -249,11 +249,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1714984131, "lastModified": 1715010655,
"narHash": "sha256-kjIvFbbKb6RGIJyOgcF+BBWHNzhNSNqRTxX/SkrkRno=", "narHash": "sha256-FmdhvR/hgBkPDvIv/HOEIQsSMaVXh8wvTrnep8dF3Jc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "e148ccbecbd2fe4dc4768fba67f6db828466ad06", "rev": "d1659c9eb8af718118fb4bbe2c86797c8b8623eb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -296,15 +296,15 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1714906307, "lastModified": 1714930819,
"narHash": "sha256-UlRZtrCnhPFSJlDQE7M0eyhgvuuHBTe1eJ9N9AQlJQ0=", "narHash": "sha256-A+XeHE/YbsDV5fEROEiQDLCnHojdSwkvK1iv6vdy1o8=",
"owner": "NixOS", "owner": "auxolotl",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "25865a40d14b3f9cf19f19b924e2ab4069b09588", "rev": "39c77ffe3193820e988d9551e390295d181a09c1",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "auxolotl",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"

View file

@ -5,7 +5,7 @@
inputs = { inputs = {
# Track base packages against unstable # Track base packages against unstable
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable";
# Replace Nix with Lix: https://lix.systems/ # Replace Nix with Lix: https://lix.systems/
lix = { lix = {

View file

@ -1,5 +1,9 @@
# Nix configuration # Nix configuration
{ pkgs, config, lib, inputs, ... }: { { 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 = { nix = {
settings = { settings = {
# Enable Flakes # Enable Flakes