update flake after rebase
This commit is contained in:
parent
ef743497fd
commit
af3aa0b641
2 changed files with 21 additions and 29 deletions
14
flake.nix
14
flake.nix
|
|
@ -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,
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue