This commit is contained in:
BuyMyMojo 2025-04-16 02:19:59 +10:00
parent d5eeaa2c78
commit 675de25900
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
22 changed files with 157 additions and 247 deletions

View file

@ -2,7 +2,9 @@
description = "Aria's system flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
# nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
# unstable-nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
unstable-nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
home-manger.url = "github:nix-community/home-manager?ref=release-24.11";
@ -16,10 +18,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
moonlight = {
url = "github:moonlight-mod/moonlight"; # Add `/develop` to the flake URL to use nightly.
inputs.nixpkgs.follows = "unstable-nixpkgs";
};
#moonlight = {
# url = "github:moonlight-mod/moonlight"; # Add `/develop` to the flake URL to use nightly.
# inputs.nixpkgs.follows = "unstable-nixpkgs";
#};
shadps4-git.url = "./programs/shadps4";
@ -49,7 +51,7 @@
config.allowUnfree = true;
overlays = [
nix-your-shell.overlays.default
inputs.moonlight.overlays.default
# inputs.moonlight.overlays.default
];
};