downgrade sable to v1.20.0 for now

This commit is contained in:
Henry Hiles 2026-08-22 16:19:36 -04:00
commit 130022913e
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 7 additions and 46 deletions

51
flake.lock generated
View file

@ -693,34 +693,12 @@
} }
}, },
"fenix_2": { "fenix_2": {
"inputs": {
"nixpkgs": [
"sable",
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src_2"
},
"locked": {
"lastModified": 1786606848,
"narHash": "sha256-RS78j/7iFHjIMzTr9bS3PypjvPozHBfdR5xBJ+ABXXA=",
"owner": "nix-community",
"repo": "fenix",
"rev": "3df888be63045c349a6d322f0214f1346bb18be9",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
"fenix_3": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"sdm845", "sdm845",
"nixpkgs" "nixpkgs"
], ],
"rust-analyzer-src": "rust-analyzer-src_3" "rust-analyzer-src": "rust-analyzer-src_2"
}, },
"locked": { "locked": {
"lastModified": 1752302273, "lastModified": 1752302273,
@ -2854,23 +2832,6 @@
} }
}, },
"rust-analyzer-src_2": { "rust-analyzer-src_2": {
"flake": false,
"locked": {
"lastModified": 1786530578,
"narHash": "sha256-fCOcC64H7e0EIlIHTCsl5FQ9CW4S6VK3OLn1ugWR9zI=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "068bb508581477a5e3f753e1e206d34288dfa9c9",
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
"rust-analyzer-src_3": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1752262373, "lastModified": 1752262373,
@ -2910,7 +2871,6 @@
}, },
"sable": { "sable": {
"inputs": { "inputs": {
"fenix": "fenix_2",
"flake-parts": "flake-parts_9", "flake-parts": "flake-parts_9",
"git-hooks": "git-hooks", "git-hooks": "git-hooks",
"nixpkgs": [ "nixpkgs": [
@ -2919,15 +2879,16 @@
"treefmt-nix": "treefmt-nix_4" "treefmt-nix": "treefmt-nix_4"
}, },
"locked": { "locked": {
"lastModified": 1787422874, "lastModified": 1784320199,
"narHash": "sha256-OlOoa5m7GILcu5VDFIu0jeSXt4y43r4eFoi2MT0mw88=", "narHash": "sha256-ams6Uwblo5mUzah9hlCPCUMXtrLtiUtRWwwKH4uabmk=",
"owner": "sableclient", "owner": "sableclient",
"repo": "sable", "repo": "sable",
"rev": "2aaeb82d891e3ea89d7b7e3de04e37eb8ff15934", "rev": "12e55475dc659f86842e7910d0e1c18ca3e905e2",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sableclient", "owner": "sableclient",
"ref": "v1.20.0",
"repo": "sable", "repo": "sable",
"type": "github" "type": "github"
} }
@ -2946,7 +2907,7 @@
"devshell": "devshell", "devshell": "devshell",
"disko": "disko_2", "disko": "disko_2",
"emacs-overlay": "emacs-overlay", "emacs-overlay": "emacs-overlay",
"fenix": "fenix_3", "fenix": "fenix_2",
"flake-compat": "flake-compat_4", "flake-compat": "flake-compat_4",
"flake-parts": "flake-parts_10", "flake-parts": "flake-parts_10",
"flake-schemas": "flake-schemas", "flake-schemas": "flake-schemas",

View file

@ -18,7 +18,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
sable = { sable = {
url = "github:sableclient/sable"; url = "github:sableclient/sable/v1.20.0";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
stylix = { stylix = {