This commit is contained in:
Sean Kovacs 2026-02-16 11:19:04 -05:00
commit a381fd79a9
Signed by: sckova
GPG key ID: 00F325187C68651A
6 changed files with 511 additions and 29 deletions

View file

@ -6,7 +6,7 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
# edit this to switch between stable and unstable
nixpkgs.follows = "nixpkgs-unstable";
nixpkgs.follows = "apple-silicon/nixpkgs";
nix-cachyos-kernel = {
url = "github:xddxdd/nix-cachyos-kernel";
@ -73,7 +73,7 @@
apple-silicon = {
url = "github:nix-community/nixos-apple-silicon";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};
openmw = {