flake.nix: bump python from 3.12 -> 3.13
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
packages = forAllSystems (system: pkgs: {
|
||||
default = self.packages.${system}.dibbler;
|
||||
dibbler = pkgs.callPackage ./nix/dibbler.nix {
|
||||
python3Packages = pkgs.python312Packages;
|
||||
python3Packages = pkgs.python313Packages;
|
||||
};
|
||||
skrot = self.nixosConfigurations.skrot.config.system.build.sdImage;
|
||||
});
|
||||
@@ -42,7 +42,7 @@
|
||||
devShells = forAllSystems (system: pkgs: {
|
||||
default = self.devShells.${system}.dibbler;
|
||||
dibbler = pkgs.callPackage ./nix/shell.nix {
|
||||
python3 = pkgs.python312;
|
||||
python3 = pkgs.python313;
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user