feat: switch to stable nixpkgs, remove flakes and nh
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
{
|
||||
description = "Custom Minimal NixOS installation media";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||
outputs =
|
||||
{ self, nixpkgs }:
|
||||
{
|
||||
@@ -19,15 +19,9 @@
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
git
|
||||
nh
|
||||
];
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
Reference in New Issue
Block a user