fix: nixos-installer - use nixos-unstable (#228)

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2025-10-16 21:16:58 -06:00
committed by GitHub
parent b25d30dd62
commit aabe1c65fa
2 changed files with 9 additions and 1 deletions

8
nixos-installer/Justfile Normal file
View File

@@ -0,0 +1,8 @@
# List all the just commands
default:
@just --list
# Enter a shell session which has all the necessary tools for this flake
[linux]
test:
nix build ".#nixosConfigurations.ai.config.system.build.toplevel" --show-trace --verbose

View File

@@ -2,7 +2,7 @@
description = "NixOS configuration of Ryan Yin";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
preservation.url = "github:nix-community/preservation";
nuenv.url = "github:DeterminateSystems/nuenv";