revert back to nixpkgs-unstable

This commit is contained in:
Daylin Morgan 2024-03-13 10:32:53 -05:00
parent dfb825e72d
commit c26350a67f
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 7 additions and 12 deletions

View file

@ -285,17 +285,17 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1710254816, "lastModified": 1710313540,
"narHash": "sha256-kBLnEm464FvFdyqkqDn2FdhYWqMjoM+62OwLD+d4NDE=", "narHash": "sha256-HtTTpGe0azsEJVaT9RvbGFGB4idUneraLiUTxFb3ABM=",
"owner": "wegank", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "51d879e6533624bd124a60adf8aa3c304a7f9523", "rev": "4008381882569ab4773f2ba0d7b7bbde8f665672",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "wegank", "owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "51d879e6533624bd124a60adf8aa3c304a7f9523",
"type": "github" "type": "github"
} }
}, },

View file

@ -8,12 +8,7 @@
.oizysFlake {}; .oizysFlake {};
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
# nixpkgs.url = "github:nixos/nixpkgs/032162631dbfefa15898fc5ddd8daef484fd6d53";
# nixpkgs.url = "github:nixos/nixpkgs/d5decf6e964b50425195ea8fd831931bb10b064f";
# nixpkgs.url = "github:nixos/nixpkgs/bfa8b30043892dc2b660d403faa159bab7b65898";
nixpkgs.url = "github:wegank/nixpkgs/51d879e6533624bd124a60adf8aa3c304a7f9523";
stable.url = "github:nixos/nixpkgs/nixos-23.11"; stable.url = "github:nixos/nixpkgs/nixos-23.11";
hyprland.url = "github:hyprwm/Hyprland/main"; hyprland.url = "github:hyprwm/Hyprland/main";