forget about nixpkg-unstable
This commit is contained in:
parent
7c3b3bedad
commit
8d64d572ff
@ -2,10 +2,10 @@
|
||||
description = "NixOS configuration with Home Manager";
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/23.11";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/unstable";
|
||||
# nixpkgs-unstable.url = "github:nixos/nixpkgs/unstable";
|
||||
apple-silicon = {
|
||||
url = "github:tpwrules/nixos-apple-silicon";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
# inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-23.11";
|
||||
|
Loading…
Reference in New Issue
Block a user