update flake after rebase

This commit is contained in:
Sean Kovacs 2026-02-24 12:33:09 -05:00
commit af3aa0b641
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 21 additions and 29 deletions

View file

@ -4,15 +4,12 @@
inputs = {
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
apple-silicon.url = "github:nix-community/nixos-apple-silicon";
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
# edit this to switch between stable and unstable
nixpkgs.follows = "nixpkgs-unstable";
nix-cachyos-kernel = {
url = "github:xddxdd/nix-cachyos-kernel/release";
# inputs.nixpkgs.follows = "nixpkgs";
};
base16 = {
url = "github:SenchoPens/base16.nix";
};
@ -81,11 +78,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
apple-silicon = {
url = "github:nix-community/nixos-apple-silicon";
# inputs.nixpkgs.follows = "nixpkgs";
};
openmw = {
url = "gitlab:OpenMW/openmw";
flake = false;
@ -101,6 +93,7 @@
{
nixpkgs,
nixpkgs-unstable,
apple-silicon,
nix-cachyos-kernel,
base16,
tt-schemes,
@ -113,7 +106,6 @@
spicetify-nix,
nur,
nixvim,
apple-silicon,
openmw,
catppuccin-discord,
...