use nixpkgs-unstable again

This commit is contained in:
Sean Kovacs 2026-02-19 13:12:38 -05:00
commit 5a4e06d465
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 11 additions and 12 deletions

21
flake.lock generated
View file

@ -281,11 +281,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable" "xwayland-satellite-unstable": "xwayland-satellite-unstable"
}, },
"locked": { "locked": {
"lastModified": 1769647464, "lastModified": 1771514840,
"narHash": "sha256-SDZms/fjrXRgL+QA+RfvTMClhPGfPn1TnIdNwoujEo4=", "narHash": "sha256-t3WbZvwoDj/75YDX/nwkZuxanZLZaWr9meSfKswaN6g=",
"owner": "sodiboo", "owner": "sodiboo",
"repo": "niri-flake", "repo": "niri-flake",
"rev": "e3d4bf00f7d40fca03fecab5c7a46277a6eb9fed", "rev": "4f69ab280e9bb34e2c0b67fdfa6f0978a170ef56",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -314,11 +314,11 @@
"niri-unstable": { "niri-unstable": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1769577126, "lastModified": 1771305475,
"narHash": "sha256-v9vz9Rj4MGwPuhGELdvpRKl2HH+xvkgat6VwL0L86Fg=", "narHash": "sha256-lqweVTwHhYc+9T33cysp38gVwxaibGJHriOPZXWyhCY=",
"owner": "YaLTeR", "owner": "YaLTeR",
"repo": "niri", "repo": "niri",
"rev": "f30db163b5748e8cf95c05aba77d0d3736f40543", "rev": "a2a52911757cb3b497db9407592f9b4c439571ea",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -557,8 +557,7 @@
"niri": "niri", "niri": "niri",
"nix-cachyos-kernel": "nix-cachyos-kernel", "nix-cachyos-kernel": "nix-cachyos-kernel",
"nixpkgs": [ "nixpkgs": [
"apple-silicon", "nixpkgs-unstable"
"nixpkgs"
], ],
"nixpkgs-stable": "nixpkgs-stable", "nixpkgs-stable": "nixpkgs-stable",
"nixpkgs-unstable": "nixpkgs-unstable", "nixpkgs-unstable": "nixpkgs-unstable",
@ -659,11 +658,11 @@
"xwayland-satellite-unstable": { "xwayland-satellite-unstable": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1769356222, "lastModified": 1771195969,
"narHash": "sha256-Q0BVubV9ZnmLs506EhBSPglM+YJK56wsQNbeecvWPUo=", "narHash": "sha256-BUE41HjLIGPjq3U8VXPjf8asH8GaMI7FYdgrIHKFMXA=",
"owner": "Supreeeme", "owner": "Supreeeme",
"repo": "xwayland-satellite", "repo": "xwayland-satellite",
"rev": "cf14278b92b0a91d01587f09b4b00ea655ae24e6", "rev": "536bd32efc935bf876d6de385ec18a1b715c9358",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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