aaaaa switch to stable n shit

This commit is contained in:
Schrottkatze 2024-11-23 15:28:20 +01:00
parent 1b43d29585
commit 5fa0f1b45f
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
4 changed files with 2 additions and 39 deletions

View file

@ -4,10 +4,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
@ -19,7 +15,6 @@
outputs = {
self,
nixpkgs,
crane,
fenix,
flake-utils,
...
@ -27,11 +22,7 @@
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
craneLib = crane.lib.${system};
rs-toolchain = with fenix.packages.${system};
combine [
complete.toolchain
];
rs-toolchain = with fenix.packages.${system}; combine [stable.toolchain];
in {
devShells.default = pkgs.mkShell rec {
buildInputs = with pkgs; [